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.
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.
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.