- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2024 08:18 AM
Hi All
I am creating a link to approve/reject a request. In my email script I have written below script. When user click on the link it should redirect the user to sysapproval_approver table to that record.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2024 08:48 AM
Hi All
Thank you for all your answer. Really appreciated. Finally I am able to fix the issue. Below is the script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2024 12:41 AM
Hi @Prasnajeet1
Verify whether there is any value in sysapproval field for the record you are trying to trigger email..
if sysapproval field in the sys_approval record is empty then it will show undefined.
If you are using previw notification feature and choosing any record from sysapproval_approver table, may be you are choosing records with empty sysapproval field..please verify that once
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2024 08:20 AM
Hi Sarika
Yes I am using the preview notification and I have validated, in the sysapproval_approver is not empty. Still that link is not coming properly. Can you please help with the below script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2024 12:41 AM
my notification and email template is written on sc_req_item.
This could be reason I am getting the link like that
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2024 08:48 AM
Hi All
Thank you for all your answer. Really appreciated. Finally I am able to fix the issue. Below is the script.