


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 help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Sign in to like this content
Total Likes
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
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