Get the value of a Request Item in a Task UI Policy

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-19-2025 09:39 AM
Hi Guys
So I know this is long winded. But I need to get the value of a field that is set to only be visible in a task (from a Catalog item).
So e.g I create a field called Serial ID.
I need to have it so that in the task if the serial ID has been entered I can get that value and check it or something in a UI Policy on the sc_task table.
Reason for it this way, is I cannot do e.g an onSubmit script on the Cat_Item as technically the request doesn't exist so I cannot check the value from there yet (or so I figure. Happy to be proven wrong)>
So I am thinking a GlideAjax from the Task to get the field but I'm also feeling like I'm thinking myself into a Spaghetti.
Any help welcome

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-19-2025 12:27 PM
Guys ignore this I figured it out. I was overthinking it and didn't do the simple thing to begin with sorry