fmchong
26th January 2010, 11:00
Dear Baan Expert,

What is the different Full Authorization vs Insert/modify/print/display in authorization group??

Thank you.

Han Brinkman
26th January 2010, 13:37
The possibility to remove/delete data.

Regards,

NPRao
26th January 2010, 20:22
Refer to the help info:

Authorization Group
Select the Authorization level users must have to carry out the form command. All commands with an authorization group that is higher than the user’s authorization for the session are removed from the Specific menu.
Example:
A user is authorized to view and to print records in a session. His authorization group for that session is 'Print/Display'. All form commands with authorization groups 'Full Authorization' (Delete/Insert/Modify/Print/Display), 'Insert/Modify/Print/Display' and 'Modify/Print/Display' will be removed from the Specific menu.
You must choose the authorization group of a form command according to the following guidelines:
Command Type If this form command… Authorization Group in Form Commands (ttadv3118s000) session
Form, Field or Group gives access to functionality, where a delete action should be possible. Full Authorization
Form, Field or Group gives access to functionality, where an insert action should be possible, but no delete action is needed. Insert/Modify/Print/Display
Form, Field or Group gives access to functionality, where a modify action should be possible, but no insert or delete action is needed. Modify/Print/Display
Form, Field or Group gives access to functionality, where data is displayed, but no print, modify, insert, or delete actions are needed. Display
Print gives access to report functionality, which also provides an option for the end-user to delete data (or executes a delete action in the script). Full Authorization
Print gives access to report functionality, which also provides an option for the end-user to insert data, but not to delete (or executes an insert action in the script). Insert/Modify/Print/Display
Print gives access to report functionality, which also provides an option for the end-user to modify data, but not to insert or delete (or executes a modify action in the script). Modify/Print/Display
Print gives access to report functionality, which prints data, but does not provide an option to modify, insert or delete data. Print/Display

Note
You can define authorizations in the Authorization Management System module, and link these to a user on the Authorizations tab of the User Data (ttams1100s000) details session.

fmchong
27th January 2010, 04:51
Dear All,
Thank you very much for the information.