Set fields to hidden based on user role
ON("load-record", function(e){
if(ROLE()==="Specific Role" || ROLE()==="Other Specific Role"){
SETHIDDEN('section_data_name', true)
}
});
Updated about 1 year ago
ON("load-record", function(e){
if(ROLE()==="Specific Role" || ROLE()==="Other Specific Role"){
SETHIDDEN('section_data_name', true)
}
});
Updated about 1 year ago