Role Based Expressions
I am trying to figure out how to default the value of a picklist based on the user role in the system. I know that the role is Employee.Role and my field is the default status field for all activities (Activity.Status) but I can not figure out how to write the Iif statement. I tried Iif([<Employee.Role>] = '....', [<Activity.Status>] = 'In Progress, [<Activity.Status>] = 'Completed'). Any help would be greatly appreciated!
0