Forgot Password

0
Hi, I tried to implement forgot password module to my project for that i have downloaded email template,mx reflection,encryption ,deep link and forgot password modules. I have done configuration settings to forgot password module & when I have entered an email address & click on recovery password its showing an error. Error:Object of type 'EmailTemplate.Email' with guid '4503599627370699' cannot be updated, as it does not exist anymore can any one please suggest for that.
asked
1 answers
2

This means that you are trying to update an object that is not there anymore. Check your model why this object is not there anymore by setting a breakpoint and checking the microflow to see when and why the object is removed. Or check the delete behaviour of the email object. May be you remove an object referenced object that also deletes the email object.

Regards,

Ronald

answered