- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-02-2019 05:55 AM
current.canWrite() function checks table level acls only or both table and field level acls?
Solved! Go to Solution.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-02-2019 06:00 AM
Hi,
please read this article, it will clarify well your doubt:
Scripts - understanding when ACLs are evaluated
If I have answered your question, please mark my response as correct so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.
Thank you
Cheers
Alberto
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-02-2019 06:00 AM
Hello Puneeth,
current.canWrite() checks at table level
GlideRecord - canWrite()
Determines if the access control rules (which includes the user's role) permit updates to records in this table.
Name | Type | Description |
---|---|---|
None |
Type | Description |
---|---|
Boolean | True if the user can write to the table, false otherwise. |
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-02-2019 06:19 AM
Hi Alikutty,
Thanks for the info.
Regards,
Puneeth.M

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-02-2019 06:00 AM
Hi,
please read this article, it will clarify well your doubt:
Scripts - understanding when ACLs are evaluated
If I have answered your question, please mark my response as correct so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.
Thank you
Cheers
Alberto
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-02-2019 06:20 AM
Hi Alberto,
Thanks for the info.
Regards,
Puneeth.M