- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
We have a requirement where we have added a custom field for of URL type to have the story link the update set belongs to.
The problem is when we try to retrieve the completed updated sets in Test or Prod Instance from Dev, the story link field is not getting mapped as its showing empty. To fix I tried troubleshooting the UI action code and the script include behind it and it seems there are some private functions being used to map the update set table columns from Dev instance to Sys Remote Update Set table in Test Instance.
Please let me know if there is any other way to map the custom fields of the sys_update_set table in to the upper instance via update source.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
You are adding a custom field on OOTB system table which I recommend avoid doing this.
Also you are updating the OOTB UI action which is not recommended.
When you retrieve Update sets it retrieves completed update set and nothing about the fields on that update set.
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
a month ago
You are adding a custom field on OOTB system table which I recommend avoid doing this.
Also you are updating the OOTB UI action which is not recommended.
When you retrieve Update sets it retrieves completed update set and nothing about the fields on that update set.
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
a month ago
Hope you are doing good.
Did my reply answer your question?
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
4 weeks ago
Thank you for the response.