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

Authorisation Objects

Former Member
0 Likes
351

Hi Everybody,

I want to do Authorisation Checks based on the Sales Organisation.

Can someone tell me how to do that?

I want to check if a User is authorised access data of a particular organisation or not.

Thanks,

Sneha SIngh.

1 ACCEPTED SOLUTION
Read only

former_member69765
Contributor
0 Likes
324

Hi Sneha..

You want to do check against some standard Auth-Object or your auth check is special and specific to your requirement / report ?

In case a standard one : Then find out the Auth Object and check with the statement AUTHORITY CHECK

In case it is specific to you your req/report you might have to create a new Auth Object and then check for this Auth object in your report.

PS : This isn't complete answer : Just a hint.

2 REPLIES 2
Read only

former_member69765
Contributor
0 Likes
325

Hi Sneha..

You want to do check against some standard Auth-Object or your auth check is special and specific to your requirement / report ?

In case a standard one : Then find out the Auth Object and check with the statement AUTHORITY CHECK

In case it is specific to you your req/report you might have to create a new Auth Object and then check for this Auth object in your report.

PS : This isn't complete answer : Just a hint.

Read only

Former Member