Need to populate the values from another table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2024 07:35 AM
Hi Team,
I am creating the Standard change request through the Request item table using UI action (create Standard Change)
Once the user clicks the standard change menu, it goes to the catalog item form.
The user selects one item from the list, it goes to the change form.
We have one field called "Related Sr" in the change form.
We need to populate this field automatically with the request item number.
Regards,
Manasa.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2024 07:01 AM
Hi Kristen,
It displays standard change catalog items sys id,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2024 01:26 PM
Ah - okay, make sure that the UI action is passing the sysparm_processing_hint - in my instance I see code that sets this to have three attributes in it: table, sysid, and field. You should be able to get this param and then parse it for the sysid value.