- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2019 11:41 PM
Hi,
I have created order guide with 3 catalog items. Based on "Rule Base" Catalog items are shown in order guide.
order guide has variable with the choice list. On the selection of choice, I need to hide the fields from catalog item.
For example:
order guide variable with the choice list 1. new client 2. existing client
if the selected choice is the new client means I need to hide the variable from 1st catalog item. I have tried on change catalog client script. My script is not working.
Thanks for any help or ideas.
Solved! Go to Solution.
- Labels:
-
Personal Developer Instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2019 01:02 AM
Hello,
You will need to create the same choice list variable on your catalog item (same name and hide it) and then click Cascade Variables on the Order guide. Its value will be copied over and accessible in your catalog item. Once this is done, the client scripts or UI policies will work as expected. Please try it out.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2019 01:02 AM
Hello,
You will need to create the same choice list variable on your catalog item (same name and hide it) and then click Cascade Variables on the Order guide. Its value will be copied over and accessible in your catalog item. Once this is done, the client scripts or UI policies will work as expected. Please try it out.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2019 12:11 AM
Have you tried it out? Do you have any other queries?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2019 09:25 PM
Hi Ali,
Thanks for our reply. Now it's working fine.