Adding single catalogue item multiple times in same Order Guide.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2021 11:44 AM
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 ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2021 02:57 PM
You may find your solution from the following posts:
Through order guide can we select the same Catalog item multiple times using different rule base ?
Create Multiple Instances of Same Catalog Item in Order Guide Request
Can I include a catalog item more than once in an Order Guide
If my reply is Helpful/Correct, please mark the answer as correct.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2021 06:03 AM
Thanks Zhang-san, But unfortunately I have not got any success from the links. 😞

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2022 03:55 AM
Unfortunately this is tool limitation for order guides, you cannot use the same catalog item multiple times.
- 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.
- Introduce a variable checkbox 'number' with choices 1,2,3,etc. defining the count of how many items to order.
- 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