Application Development and Automation 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: 
Read only

Different range values assignment for same authorization object

Former Member
0 Likes
598

Hi all,

I have created one authorization object with Condition type (KSCHL),Amount/Percent(KBETR),activity(ACTVT).

I would like to assign values for this object as followed

-> One user should have authorization to enter amount upto 10/- for a particular condition type.

->Another user should have authorization to enter amount upto 20/- for the same condition type.

Is it possible to assign values in this manner for an authorization object?

Thanks in advance.

2 REPLIES 2
Read only

RaymondGiuseppi
Active Contributor
0 Likes
485

Yes, thru PFCG create two roles, one with range 0-10, the second 0-20 and affect roles (via herarchical roles) to users

Regards,

Raymond

Read only

0 Likes
485

Hi,

Problem has been solved without creating two roles even.There was option for every field to assign values as a range while giving authorization for an object to a particular user.Thanks for giving useful information anyways.