- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2025 03:55 AM
Hi All,
How and where to check the values populating in activity log as soon as request is created
in our request flow, if requested for is different than requested by then initially requested for is setting as requested by then its updating the value to requested for we entered in variable, I got the config which was updating the value for the second time but i couldn't find where the config is mentioned that setting the value for first time, i believe the values mentioned in activity log are the initial values and I need to find out where that is being configured.
Please help me with this
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2025 10:23 PM
Since you removed the default value from requested_for on REQ it should not populate it
I believe it comes from this place i.e. checkout widget. I removed the default value and still REQ Requested For got populated with logged in user
So check this article which talks about how to set that Request for in order confirmation based on variable and then your issue will be solved
Service Portal - Requested For
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
04-08-2025 04:11 AM
requested_for at dictionary level has default value as gs.getUserID()
So it comes from there, so during insertion system sets the logged in user i.e. whoever submitted the REQ in that field
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
04-08-2025 05:48 PM
Thank you for the response, I have tried to disable the default value of requested for in dictionary bur still it is assigning requested for to the current logged in user.
Could you please suggest me ways to avoid this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2025 08:15 PM
what's your business requirement?
what should be populated in requested_for in REQ?
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
04-08-2025 10:09 PM
The issue is we have an email notification that triggers as soon as req and ritm is raised and before the update happens for the second time (updating actual requested for), email is being sent and in email, it is taking first value(which is current logged in user name in requested for)
we want the value populates initially to be the right value (like whoever is in requested for from variables), i have tried to disable the default value but it is still taking current logged in username as first update.