Trying to create an Approval Delegate Process

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2024 12:22 PM - edited 08-14-2024 05:04 PM
I'm building a form using catalog builder, where a user will be able to submit a request for a delegate.
If the Requested_for is a manager then he/she can only submit the request for their subordinate, else if the delegate is not a subordinate then a approval request would go to that delegate's manager for approval. Once their manager approves it would create the delegate in the sys_user_delegate table.
What I am trying to figure out is, if I can use Catalog Builder to build and a cat_item , then use flow designer to create the flow which will do the above.
Any Suggestions appreciated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2024 03:59 AM
The form sounds easy: you need two fields, one for the requested for and one for the delegate and there your explanation shows that anyone can be chosen, so no qualifiers necessary.
Your flow needs to get these two variables and check if the manager of the delegate is the requested for. If so, continue, if not, create approval record for the delegates manager.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark