Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with Auth Field 'Personal Area (PERSA)'

former_member759680
Contributor
0 Kudos

Hello,

For creating a role, my client wants that the Auth Field - Personal Area (PERSA) should have different values in Master and Derived Roles.

Now since Personal Area is not an ORG Level, how do I achieve this?

I know this is related to HR Authorization, but could someone guid me with the solution.

e.g.

Master Role:

Auth Object - P_ORGIN

Auth Field - PERSA

Value - *

Derived Role:

Auth Object - P_ORGIN

Auth Field - PERSA

Value - IN55

Thanks in advance.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Adding to what Alex has told you.

You can use PFCG_ORGFIELD_CREATE to make PERSA org level field

Refer this thread:

Cheers !!

Zaheer

2 REPLIES 2

Former Member
0 Kudos

You cannot do this with derived roles as it will wreck the concept (i.e. not being able to push down your changes).

Have you thought about turning PERSA into an organisational level? This would allow you to have different values.

Former Member
0 Kudos

Adding to what Alex has told you.

You can use PFCG_ORGFIELD_CREATE to make PERSA org level field

Refer this thread:

Cheers !!

Zaheer