difference between insertallowed and permission property of page ?
*This post is locked for comments
difference between insertallowed and permission property of page ?
*This post is locked for comments
Please be kind enough to verify the answers.
Hi,
As mentioned by Suresh and Tharanga, InsertAllowed decides whether the insertion is allowed in the underlying table (of the current page) where as Permissions is used to define the rights on the other tables while the user is using the current page.
Best Regards,
MMV
insertallowed - Will define user have the permission or not to insert records to the table using current page. (Even if this is true and if the user does not given the insert permission rights to the table, then user will not be able to insert data to the table)
Insertallowed is purely based for pages.
permission - It will define the permission to the objects (directly related or indirectly related)
Javed,
InsertAllowed property is used to define, if you can insert new records from the page or not. For ex: you may want to create a list page and don't want users to add new records from that page
Permission property is used to provide additional permission on one or more tables, when you assign security to users you have give some indirect permission to certain tables where they can insert data through a process but not directly but if you assign the permission property for that table on a page, or codeunit then they will have permission to insert/read/modify/delete the data based on how you assign it.
You can define read, modify, insert or delete in the permission.