


In Adobe campaign classic, How i can restrict an user to see only Reports Menu.he/she should not see other menus like Campaigns,Profiles and Targets and Social Networks.
Thanks
Views
Replies
Sign in to like this content
Total Likes
Views
Replies
Sign in to like this content
Total Likes
Hi,
Create a new navigation hierarchy to override xtk:core's menu commands, adding 'applicableIf' where appropriate.
For example usage, look at monitoring's entry toward the bottom:
<menu name="main"> <!-- Universes -->
<!-- Remove and generate it from the list of contexts? -->
<command applicableIf="HasNamedRight('admin')" label="Monitoring" name="supervision"
order="20" view="supervision"/>
<command label="Reports" name="reports" order="30" view="reports"/>
</menu>
Thanks,
-Jon
Views
Replies
Sign in to like this content
Total Likes
Views
Replies
Sign in to like this content
Total Likes
Views
Replies
Sign in to like this content
Total Likes
Hi @Samb ,
For the created operator, navigate to Operator > Edit > Access rights > in 'Groups and named rights' Add operator group 'Access to reports' > Save.
Now this user can be able to access only reports.
Regards,
ParthaSarathyS
Views
Replies
Sign in to like this content
Total Likes
Views
Replies
Sign in to like this content
Total Likes
Views
Replies
Sign in to like this content
Total Likes