How to remove a catalog item from order guide based on the catalog item variable value

Supritha3
Tera Contributor

Hi,                                                                     I have a requirement to remove the catalog item from the order guide if specific options are selected on the catalog item.           There is a variable called “type of action “ which is a choice list if “no action required” is selected then on submitting the order guide no RITM should be created for that specific catalog item but it should create the RITM’s for the other selected catalog items.How can I do this.                                   Thanks,                                                         Supritha 

2 REPLIES 2

Sree24
Tera Contributor

Hi Supritha,

You have an option to include catalog item based on order guide variables.

You can  create new Rule base(which is a related list in the order guide) where the condition is:  “type of action “ is not “no action required”, then include the catalog item.

Please check below image.

find_real_file.png

 

Regards,
Sreenath

 

Supritha3
Tera Contributor
Hi Sreenath, Thanks for the reply, but the issue here the catalog item needs to be displayed by default I cannot do it through rule base. Type of action is a variable on that catalog item. Here is how it works, I have a main form in which the users gets to select the catalog items which are listed as the choice fields, once they select any option and click on next it defaults to the next page where my catalog item B is present by default. On the second form I need to select the option for type of action and based on this value I should desire whether or not I should create an RITM for cat item B or not