populate field with value from record producer variable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-01-2022 06:44 AM
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-01-2022 06:52 AM
GlideRecord in client script is not an ideal option.
Suggestion is to use the script field of the record producer.
Navigate to Service Catalog >> Catalog Definition >> Record producer
Search for the required record producer open the record & look for Script field
You can add
current.abc=producer.xyz;// abc is field name on the form you want to set & xyz is variable name