Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
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