I have a single Project {`job`} record I want to h...
# administration
j
I have a single Project {
job
} record I want to hide from all but two users. These two users don't share the same role, so It wouldn't be ideal to create a new role and restrict by segment (or something like that). Anyone have any suggestions?
Trying to do something like this in a workflow: Workflow Action:
Return Error
({user.id} is null or {user.id} not in (12,28964,28903)) and {id}=332538
That workflow option worked. I realize users will still be able to query this record through saved search or Connect. But this solution works for us.