Call an array in the Catalog Client Script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2024 07:02 AM
Good afternoon,
I am trying to pass an array from a Script Inlcude to a Catalog Client Script.
I have tested my Script Include at it is returning the correct values, as a coma separated list.
I want to call this list in my Catalog Client Script, and hide all these variables.
Please can you help me with my Catalog Client Script.
Script Include:
(Client Callable is true)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2024 07:42 AM
Hi Ashul,
The requirement is:
After a Request is submitted, all the checkboxes that were not checked, have to be hidden from the RITM and the SCTASK.
To identify these variables, I have added the condition type=7 (which is a checkbox) and value if 'false' in the Script Include.
I want to pull this variables in my Catalog Client Script, and hide them from the RITM and SCTASK.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2024 08:10 AM
Hi Anshul,
I need to hide the unchecked variables from the RITM after the request has been submitted.
Thanks