Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Hide Related list for external users on the portal

Michael_Nash
Tera Contributor

Good Day, 

 

I'm trying to hide  related list from external users on the portal.

 

Michael_Nash_0-1723623319283.png

 

function onLoad() {
    if(g_user.hasRole('snc_internal')) {
        g_form.showRelatedList('REL:91c19d8d9752b1d0e36173b71153af71');
    }
    else {
        g_form.hideRelatedList('REL:91c19d8d9752b1d0e36173b71153af71');
    }
}

 

1 REPLY 1

Ankur Bawiskar
Tera Patron
Tera Patron

@Michael_Nash 

so did you add alert and see where it's going?

Is the name of related list correct?

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