Expand my Community achievements bar.

Join us for the Adobe Campaign Community Q&A Coffee Break on 30th September at 8 am PT with Campaign experts Arthur Lacroix and Sandra Hausmann.
SOLVED

How to make few activities read Only for a specific user group webApp ?

Avatar

Level 3

Hi Team,

 

We have a request to make some of the activities read only in the webApp in Adobe Campaign classic but should be able to access and update other activities in the webApp/Survey.

 

Any suggestion?

 

Thanks,

Koti

 

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

 

You can do this by altering the xtk:workflow form.

For containers or fields you want read only, add attribute readOnlyIf="HasNamedRight('webAppWorkflowReadOnly')", where webAppWorkflowReadOnly is the right you added to the users' operator group.

 

Thanks,

-Jon

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi,

 

You can do this by altering the xtk:workflow form.

For containers or fields you want read only, add attribute readOnlyIf="HasNamedRight('webAppWorkflowReadOnly')", where webAppWorkflowReadOnly is the right you added to the users' operator group.

 

Thanks,

-Jon