- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-09-2017 11:09 PM
Hi All,
We have a requirement to dynamically display buttons based on conditions.
Steps we have performed to get this done.
1)Created a UI Macro & Formatter
2)Created client templates based on conditions.
3)Opening the Email Template using popupOpenEmailClient.
However, whenever the email client window opens onclick of the button, a new record for the table is opened thereby the field where we set values which in turn should open the correct template gets reset.
I figure there is something wrong with the macro code I have chalked up. Kindly guide. Attaching the code snippet.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-10-2017 10:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-10-2017 10:20 AM
Hi,
Try this:
onclick="send_san(); return false;"
Regards,
Damian Jeszka
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-12-2017 09:28 PM
Thank You Damian. This worked.