Notifications
Announcements
No record found.
difference between insertallowed and permission property of page ?
*This post is locked for comments
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.
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)
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
Please be kind enough to verify the answers.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.