Trying to create an Approval Delegate Process

Edward Rosario
Mega Sage
Mega Sage

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

1 REPLY 1

Mark Manders
Mega Patron

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