if (gs.getUser().getRecord().getValue('active') == true) { return true; } else { return false; }
Advance user Criteria to show record Catalog item only to those users who is active true
Expert Asked question July 18, 2023
if (gs.getUser().getRecord().getValue('active') == true) { return true; } else { return false; }