UrsulaLl
8 years agoQrew Assistant Captain
Update formula checkbox based on role
I need to check the role of a user adding or updating a record. If the user is in one of four roles, a checkbox needs to be checked the the record is saved. However, I am not able to find a Quickbase function to check the role of the user. I want to do this in a Formula Field, and not in the form rules, because it would need to be applied to multiple forms. I know that I can use the API_GetUserRole, however, I wanted to know if there was a native Quickbase option to check/find the user in a formula field. something like:
If(User is in Role = xx OR Role = yy, checkbox = true, "")
If(User is in Role = xx OR Role = yy, checkbox = true, "")