- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2025 02:36 AM - last edited a month ago
Hello,
I have written below Email script
----------------------------------
it getting CIT number , I want CIR number,
Please help me .
Thank you
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2025 05:05 AM
earlier you said the notification is on u_cloud_intake_request table so I gave script accordingly
If notification is on u_cloud_intake_task and you want to show REQ then simply use this and no email script required
Use the correct field name on the u_cloud_intake_task which refers to the Intake Request
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2025 05:44 AM
is the field name "u_cloud_intake" on intake task referring to intake request?
share field configuration screenshot
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2025 03:00 AM
the record for which you are testing is belonging to which table Intake Task or Intake Request?
based on that it will show the number.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2025 03:03 AM - edited 08-06-2025 03:05 AM
Hi @Ankur Bawiskar ,
Below Code is working for " u_cloud_intake_request "table notifications
But not Working on "u_cloud_intake_task" table.
Please help me to modify this code
Thank you .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2025 03:10 AM
seems you are trying to re-use the email script in both the notifications.
it should work.
Did you add logs and see what came in the current.getTableName() when the email script runs for Intake Task record?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2025 03:20 AM
Not working showing Empty in the CIR number
I have created new Email script :
Please suggest modifications ,
My requirement is add CIR Plat form link in email notification, we have already in Portal link
Thank you