Make App engine studio portal menu on role based

Mohan22
Tera Expert

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

1 ACCEPTED SOLUTION

Mohan22
Tera Expert

I have added conditional script before value starts

Ex:

"condition": {
"roles": [
"admin",
"ui_builder_admin"
      ]
    },

 

View solution in original post

7 REPLIES 7

@Mohan22 

how have you configured that?

the place where you have configured there didn't you not see an option for visibility based on role?

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

that is App Engine Studio portal experience template OOTB

Mohan22
Tera Expert

I have added conditional script before value starts

Ex:

"condition": {
"roles": [
"admin",
"ui_builder_admin"
      ]
    },