Hello,
Is it possible to set Security filter with Exclude type on TableData object?
I would like to allow users to see only a specific fields value filtered and I'm finding it hard to get a correct result.
I would like to include all TableData ojects, but for one table I would like to restrict users from specific document type.
I have my Permission set set like bellow (if I set all 4 permissions on /indirect/ is the same) but it is resulting in not being able to open /Some table/ (I can't even find it in Search bar).
Type | Object Type | Object ID | Object Name | Read Permission | Insert Permission | Modify Permission | Delete Permission | Execute Permission | Security Filter |
---|
Include | Table Data | 0 | All objects of type Table Data | Yes | Yes | Yes | Yes | | |
Exclude | Table Data | 123456 | Some table | Exclude | Exclude | Exclude | Exclude | | Some table: ID=01 |
Do I really need to set Include type for every TableData existing?
Please help :)
Thank you and best regards!