My client and business partner have thrown a business rule monkey wrench into my app and I am perplexed as to how we might handle it.
Here's the scenario:
Leads come into our system and are routed to the closest dealership. The dealership contact receives an email with a link to open a web page that displays lead information.
I have been asked to disable the link if the original email is forwarded to another person. I was thinking that there might be a way to delete all body content on forward, but can't find a solution for this. My partner contends that "there should be a way to validate that the email received is actually sitting in the original contacts inbox and therefore we should be able to turn the link off"...I already know the answer to that.
Does anyone have any thoughts on a solution? The only thing I can think of is to force the user to enter a password when they click the link. Password validation drops a cookie and therefore they would potentially be automatically authenticated the next time into the system assuming they don't clear cookies.
Here's the scenario:
Leads come into our system and are routed to the closest dealership. The dealership contact receives an email with a link to open a web page that displays lead information.
I have been asked to disable the link if the original email is forwarded to another person. I was thinking that there might be a way to delete all body content on forward, but can't find a solution for this. My partner contends that "there should be a way to validate that the email received is actually sitting in the original contacts inbox and therefore we should be able to turn the link off"...I already know the answer to that.
Does anyone have any thoughts on a solution? The only thing I can think of is to force the user to enter a password when they click the link. Password validation drops a cookie and therefore they would potentially be automatically authenticated the next time into the system assuming they don't clear cookies.