Skip to main content

We are trying to create an business event to alert users when they leave emails in draft status.  We have everything running fine except we have not found a way to link directly to the draft email.  I have tried duplicating the URL structure you get when you go to the all emails screen and click on an email (I substitute the noteID with the correct one), but that ends up taking us to a blank email.  

Anyone have a good URL that goes directly to an email?

OK, found the answer.  You can to take the second digit of the noteID and change it to be 1 back alphabetically.  So, if the character is a “4”, you make it a “3” or if it is an “e”, you make it a “d”.  

 

I don’t know how to convert that second character though.  I don’t see an Ascii function available on the GI screen.


OK , problem solved - you have to use the refNoteID field instead of the noteID field.


Reply