- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2024 02:52 AM
Hi Team,
we have created an custom application in App Engine Studio along with portal experience. we want to make portal experience menu on role based. can someone suggest on this? i have tried different ways but not working.
Thanks,
Ganesh
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2025 10:56 AM
I have added conditional script before value starts
Ex:
"condition": {
"roles": [
"admin",
"ui_builder_admin"
]
},
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2024 03:34 AM
how have you configured that?
the place where you have configured there didn't you not see an option for visibility based on role?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2024 04:36 AM
that is App Engine Studio portal experience template OOTB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2025 10:56 AM
I have added conditional script before value starts
Ex:
"condition": {
"roles": [
"admin",
"ui_builder_admin"
]
},