- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2018 06:51 AM
So we have a very involved Order Guide that people are going to be using in Service Portal. Based on the selections that they make in the Order Guide, a handful out of a possible 30 Catalog Items will be presented for them to complete. The issue is that they may need to fill out multiple copies of the same Catalog Item, and I am not sure how to set this up to allow them to do this.
For example, we have a Catalog Item that is a Form to request a new product. It asks all the questions pertinent to setting up that new product. However, they may want/need to request more than one new product. The thought is to maybe have a question at the very bottom of the New Product Catalog Item Form that says something like "Do you have another product that you would like to set-up?", and if they answer "Yes", it creates another blank copy of the New Product Catalog Item Form for them to complete.
Is something like this possible? If so, how do I do this?
Is this is not possible, has anyone come up with any good alternatives?
Thanks.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2018 10:20 AM
So you have 3 catalog item Add User to Group, Remove User from Group, Modify Group
If there are common fields which should be there in all the three above catalog items, you should create them as a variable set and use the variable set in all three instead of creating variables.
Now If you want to order multiple instance of the same catalog item
- Either use quantity, if attributes will be same in all the instances
- Train users to use Add to Cart button. If you use Add to cart, it works like your Amazon cart, where you keep adding items you want to purchase and then you do a final checkout.
If I add one instance of my catalog and click Add to cart, it will add that item to my cart. Then I can change some values in there and do an add to cart again.
Then I can go to some other catalog item and add that to the cart too.
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2019 07:24 AM
Hello @jmiskey,
Do you have any solution for this topic? 🙂
Thank you,
Hao
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2019 07:37 AM
No, I think we just ended up using the Cart functionality, where they will need to fill out all the information with every request.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2019 07:54 AM
Thank you.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2022 03:56 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.
Regards,
Mihir Rathod

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2022 03:57 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 this worked!
Regards,
Mihir Rathod