I'm trying to publish a custom record saved search...
# suiteanalytics
j
I'm trying to publish a custom record saved search. These custom record types have Departments assigned assigned to them. I'm trying get the saved search to only show records where the Department Field = my (end user)'s Employee Record Department.
I can't find any table joins that give me something like this:
I thought I might be able to do a Formula field, so I tried this:
CASE WHEN {custrecord_okr_department_field_} = {user.department} THEN '1' Else '0' END
g
Is it only this search or all searches? Do you have ability to access the record? Perhaps you could try to “Apply Role Restrictions”, though I am not sure that is exactly what you’re looking for.
j
Thanks @George McMullen, it's actually just this search. I'm trying to publish it to an employee center role and I don't want to apply the department restriction to the entire role.