- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2023 07:35 AM
HI folks,
I have a doubt, I tried to find in products documentation but I had no luck.
primary operations performed against tables are CRUD or CRWD? (create, read, update or write and Delete)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2023 03:47 PM
Hi Epsylen,
CRUD and CRWD are used interchangeably. You will find usage of both "update" and "write" in different places across the platform.
On the table record, "update" is the word used:
When creating an ACL, "write" is the word used:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2023 03:47 PM
Hi Epsylen,
CRUD and CRWD are used interchangeably. You will find usage of both "update" and "write" in different places across the platform.
On the table record, "update" is the word used:
When creating an ACL, "write" is the word used:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2023 01:07 AM
Thank you Prinssi, clear as a water, 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2023 08:54 PM
Very well explained, it will be very helpful to everyone.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2023 08:22 PM
Hi @Epsylen ,
CRUD is an acronym for Create, Read, Update, and Delete. We tend to use CRUD more oftenly than CRWD.