How to make few activities read Only for a specific user group webApp ? | Community
Skip to main content
KotiSyamala
Level 5
October 28, 2020
Solved

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

  • October 28, 2020
  • 1 reply
  • 1289 views

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

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Jonathon_wodnicki

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

1 reply

Jonathon_wodnicki
Community Advisor
Jonathon_wodnickiCommunity AdvisorAccepted solution
Community Advisor
November 2, 2020

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