Pressing a formula Rich Text button in an email
I have a form with a status and a rich text button. The button says:
'If Status = XXX, then perform an edit api and change multiple fields (including the status field),
Else Display record.'
I have this button in a notification email. If they press the button from the email, it performs the first part, modifies, and changes the status.
However, if you remain on the email (say you forgot you already pushed the button), and push the button again, it still performs the first part no matter what. Clearly the status isn't realized in subsequent button pushes - perhaps the status is sort of 'frozen in time' and passed somewhere in the email?
Anyone knows what actually is happening, and if there is a work around? What can I do to avoid someone pushing the button twice from the email, and changing things in ways they shouldnt be changed?
------------------------------
Mike Tamoush
------------------------------