cancel
Showing results for 
Search instead for 
Did you mean: 

Detour Path for Role Owner , where user himself role owner AC10

0 Kudos

Hello ,

We have a requirement for below scenario,

Whenever role owner request access request with roles where he himself owner , either it should be forwarded to alternate role owner or it should be rerouted to another stage .

But in routing rule, with decision table there are no approver parameter available to do routing .

Anyone has any idea to do implement this requirement . please help

Regards

Rajendra

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Rajendra,

Creating a BRF rule in this case would be complex, you can probably create a custom agent rule by merging following function modules to create your own logic

GRAC_MSMP_ROLEOWNER_AGENT

GRAC_MSMP_AR_ROLE_ALT_APPR

In forst one you would get roleowners, you can then compare them with the user in request and based on your condition you can find out alternate role owners from second FM.

Best Regards,

Aman