- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2018 12:50 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2018 03:08 AM
Hi Sreenivas,
Assume that in your company each IT user can request for a softphone service. But the flow is like this:-
"User creates a request"->"there should be a check whether the user is IT employee" -> "If yes create a approval request to his manager" - > "If approved send a mail to user" -> "order for a softphone license from network team" ->"send a mail to user with softphone details" -> close the request.
This is a biiig flow correct. Workflows will help to achieve/control sequencing in the activities which will get performed for a purpose.
For this what all a developer need to do is this:-
Create a catalog item.
Create a workflow.
In workflow mention the trigger conditions so that the workflow will get attached to the request when the conditions are met.
Add activities in the workflow and customize the activities usage as per your requirements.
connect the workflow activities logically based on the activity transition requirements following your theory.
Once done, validate the workflow and publish it.
After that, when ever any user orders your catalog item after the triggering conditions met, the workflow defined for it will get attached and processes the request till the completion.
Thanks,
Saikiran Guduri (NOW)
Associate Certificate Engineer | ServiceNow Store Apps
(Please mark the answer as correct answer/helpful/accept the solution if it helps)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2018 03:08 AM
Hi Sreenivas,
Assume that in your company each IT user can request for a softphone service. But the flow is like this:-
"User creates a request"->"there should be a check whether the user is IT employee" -> "If yes create a approval request to his manager" - > "If approved send a mail to user" -> "order for a softphone license from network team" ->"send a mail to user with softphone details" -> close the request.
This is a biiig flow correct. Workflows will help to achieve/control sequencing in the activities which will get performed for a purpose.
For this what all a developer need to do is this:-
Create a catalog item.
Create a workflow.
In workflow mention the trigger conditions so that the workflow will get attached to the request when the conditions are met.
Add activities in the workflow and customize the activities usage as per your requirements.
connect the workflow activities logically based on the activity transition requirements following your theory.
Once done, validate the workflow and publish it.
After that, when ever any user orders your catalog item after the triggering conditions met, the workflow defined for it will get attached and processes the request till the completion.
Thanks,
Saikiran Guduri (NOW)
Associate Certificate Engineer | ServiceNow Store Apps
(Please mark the answer as correct answer/helpful/accept the solution if it helps)