Catalog item
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2024 08:38 PM
I need to create a workflow for a newly created laptop catalog item,please anyone tell the steps to do.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2024 08:43 PM
Have you started?
are you stuck?
Do you know what you are building?
Share those details so community members can assist you.
Aman Kumar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2024 08:43 PM
This is a pretty vague request, it really depends what information you want to capture and then what you want to do with it?
i would suggest you need to create a catalog item with variables that capture the information you require from the requester.
Then use flow designer to create a flow that creates a catalog task and assigns it to the appropriate group to action the request. Attach that flow to your catalog item, et voila.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2024 08:47 PM
i created the fields for the catalog item and i need to seek Seek approval from Requested By Manager in flow

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2024 08:25 PM
I'm assuming you have a 'requested for' reference field on your catalog item, which is populated with the person that the laptop is for.
if so, in flow designer - set up a new flow that is triggered by service catalog.
put in a 'get catalog variables' step first, and point it at your catalog item. Select all the available variables.
then set up an approval action, and set it to 'anyone approves' and use the bread crumbs to select 'get catalog variables' -> 'requested for' -> 'manager'
like this
then do an OR and repeat the same for 'anyone rejects'.
then set up an if statement after this action, that says if 'ask for approval' = 'rejected' then update record, and set the request item to closed incomplete.
otherwise it proceeds and does (whatever you want)
like this
if that answers your question or is helpful, please mark this as helpful or answer. thanks.