Adding single catalogue item multiple times in same Order Guide.

Farrukh Husain
Tera Contributor

I have an issue to create similar catalogue items need to be add multiple times in one order guide based on the required numbers

 Like an example if we have 2 catalogues:

1. Catalogue A 

a. Priority, Document ID

b. Multi Level Variable set

S.No Steps Description
1 1 Test Description 1

2. Catalogue B

2.a. Variable 1

2.b. variable 2

in Order guide end user want to add catalogue A to be added 2 times and want to submit the same for different requirement and Catalogue B 4 times in same order guide. 

Can anyone help me to know how can I achieve this ?

3 REPLIES 3

Thanks Zhang-san, But unfortunately I have not got any success from the links. 😞

mihirr
Tera Expert

Unfortunately this is tool limitation for order guides, you cannot use the same catalog item multiple times.       

  1.  What you can do is create multiple copy of catalog items (item_1, item_2, item_3) as per the requirement but keep the name unique. You don't need to show other copy of items on order guide.
  2.  Introduce a variable checkbox 'number' with choices 1,2,3,etc. defining the count of how many items to order.
  3.  Create 'Rule base' such that,
  • To order 1 item> item is true, 1 is true & selected item is item.
  • To order 2 item> item is true, 2 is true & selected item is item_1(Create a catalog client script that marks choice 1 in number as true).
  • Similiar for 3 item> make number 1 and 2 checkbox true using client script.

Mark Helpful if it worked!

Regards,

Mihir Rathod