cancel
Showing results for 
Search instead for 
Did you mean: 

Issue in ChaRM Action

Former Member
0 Kudos

Hi,

We have restricted our user action in ChaRM CD with the help of the authorization object B_USERSTAT in user roles.

There is a requirement that the user 'A' can't do action 'Set to In Development' but he will be able to

do action "Reset status to In Development'.

Both the actions are directing to a single status "In Development"(E0002 and YMHF_01).

If I remove authorization key YMHF_01 from the role, user is unable to do both 'Set to In Development'

and "Reset status to In Development'. This is not desirable. Can you suggest how we can restrict action

"Set to In Development" only? Please suggest if users can be restricted for doing CD action in some different way.

The workflow is as follows:

Regards,

Ananya Mukherjee

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can try creating a new status between Created and In development.

Assign the new z authorization object.

Create new action for this status and assign the conditions.

You need to change the schedule condition for  original " Set to " Indevelopment" as well.

Regards

Abhishek

Former Member
0 Kudos

Hi Abhishek,

Thanks for your reply. But we don't want to include a new status between 'Created' and 'In development'.


Instead of restricting user action by modifying roles and authorizatin object 'B_USERSTAT', is there any other way to restrict user action in a CD? Can this be done by any coding change?

Regards,

Ananya Mukherjee