How do I set "Fulfillment" and "Complete" stages when catalog item doesn't require any approval without any workflow or execution plan?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2018 01:19 AM
Hi,
I have few service catalog items which doesn't require any approvals. For those items, there will only be two stages, 1. "Fulfilment", 2.Complete. I'm supposed to accomplish this without using any workflow and execution plan.
How do I accomplish this?
Thanks
- Labels:
-
Service Catalog

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2018 02:16 PM
Use a business rule to accomplish this.
Create 1st business rule to set fulfillment stage
Set the
current.stage field to "fulfillment" //or whatever the actual value is
2nd business rule to set the completed stage when the RITM closes.
Best Regards,
Rahul
Please mark this as correct if it resolved your query.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2018 03:09 AM
Thanks for your response, Rahul.