Forum Discussion
Eric_J_Hansen
9 years agoQrew Cadet
Because you would need to create one form rule, I would create a formula checkbox field (call it: Show BVA$ Section) and use the checkbox as the criteria for the form rule.
formula might look like:
if([vendors]="Contractor 1" and [user group="user group 1",true,
if([vendors]="Contractor 2" and [user group="user group 2",true,
if([vendors]="Contractor 3" and [user group="user group 3",true, false)))
let me know if that works for you.
Good Luck!
formula might look like:
if([vendors]="Contractor 1" and [user group="user group 1",true,
if([vendors]="Contractor 2" and [user group="user group 2",true,
if([vendors]="Contractor 3" and [user group="user group 3",true, false)))
let me know if that works for you.
Good Luck!