Approval from manager in flow designer based on particular category
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2022 04:15 AM
Approval from manager in flow designer.I am having one variable in catalog item as request_type inside that I am having few choices/category.
When user select project create and project modify then only he will ask for approval and the once approved it will create catalog task. Below are the ss attached Pls help me on this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2022 06:13 AM
Are you using Flow designer for the workflow behind this?
Is the approver always going to be the same person?
If I am reading it right, on your flow you would want something like this
Your If would be Project Type is Create or Modify
then ask for approval - you can approve or reject when user approves / rejects. Hardcode in the user.
then if approved, created the catalog task
Does that make sense?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2022 07:13 AM
yes written script for approver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2022 11:11 AM
Im not good with scripting
here is what I do, and what I think you want
If Statement in flow would look like this
Then you want the Requestor's manager to approve?
Then IF Approved
Create Catalog Task
Does that make sense?
Something else that we have started to do as a best practice is once we get catalog variables, we name the REQ.
so I have this at the top of all my flows
This way your REQ will then have the short description of Request Type | Create or Modify etc