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: 

Is it possible to link parameters to roles ?

matton_david
Explorer
0 Kudos

Hi everyone,

Is it possible to link parameters to roles ?

For example, I have a role A and I want everyone who has this role to have the parameter ID 'NDR' = 'X'.

Is there a standard way to do this ?

Thank a lot

David

1 ACCEPTED SOLUTION

Former Member
0 Kudos

a variation on Ruchit's theme, you may be able to use one of the user mgt user exits (see note 367660) to run code that will populate PID's based on role assignment

2 REPLIES 2

Former Member
0 Kudos

Hi Matton,

Not available as such. However may be you can do this by following this approach.

Write an report for assigning the parameter to user. Next write an event which will get triggered whenver the role is assigned to a user.

Next the event will start the report for parameter assignment in background mode using event trigger method.

May be your developers can help you with this.

Regards.

Ruchit.

Former Member
0 Kudos

a variation on Ruchit's theme, you may be able to use one of the user mgt user exits (see note 367660) to run code that will populate PID's based on role assignment