Hi,
I want to create a new Entitlement that allow to a user to view all account of a specific application (Directory), I do not found Secure Object Type=Account with Action=View, so i want create an Entitlement that allow to a user to view all the application or the directory (just view)
For that i create a SecurityContext.csv file with this entry for active directory accounts
SECURE_OBJECT_TYPE,NAME,ACTION,IMPLICIT_HAS_QUERY,IMPLICIT_BS_CHANGE,IMPLICIT_BU_CHANGE,SCOPE_TABLE,SCOPE_FILTER
Directory,View Ad Directory,View,,,,t_applications,lower(name)='active directory'
Note: active directory is a directory not an application.
I grant this entitlement to a user but he can not see the directory, it display Error on Directory name
Can you please explain me how i can create the SecurityContext.csv file
Regards.
I have wrongly suggested to specify scope which caused the entitlement to be scoped to business source and was then getting automatically assigned to users when business source is edited. Please use the below one to achieve what you need (I have removed scope in middle and have changed name as well (there is some issue with creating entitlement of same name that is earlier scoped..))
Users will now get this only when explicitly granted to them.
Directory,View Active Directory,View,,,,t_applications,lower(scope.name)='active directory'