Record Producer Variable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-05-2023 05:37 AM
Hi all,
I want to show fields on record producer form according to the location of the user selected.
Note: Do not use Catalog Client Script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-05-2023 05:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-05-2023 06:03 AM
Thanks for reply @Tushar and @Shruti Khaire
I have use the client script (onChange) to implement it, but want try it with the help of UI Policy.
Regards,
Himanshu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-05-2023 06:11 AM
Hi @MrGupta__,
Let me know if you were successful in implementing the same with UI policy and if not will help you there.
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-05-2023 05:56 AM
Hello @MrGupta__,
For simpler logic such as variable readonly, visibility and mandatory you can use Catalog UI Policies.
For complex logic use onChange client script
Create a Service Catalog client script
Thank you!