I want to do data reduction in my document, and i want to NOT to SHOW some fields.
for example, it is a financial document and the users cant see the lines if it is an employee, nobody can see the employee information for example the employee salary.
i want to know if the OMIT property in secction acces allow me to do this?
for example :
the users can not see lines if the TIPE EMPLOYEE is = 2, but i want to see all the rest of tipe employee for example
i attach an excel to have an example of secction acces
OMIT will remove a complete field from the data model for the specific user, but I believe you can't add any logic here to the section access (especially since it looks like you want a record based logic here).