Each entity supports
several records like create, update, delete or assign a record to team or
user,. But not all actions are allowed on all entity or attributes. We need to
verify IsValidForCreate, IsValidateForUpdate or IsValidateForDelete fileds
values to check to know whether we can perform create, update or delete
operations on that entity or attributes.
Below are the list
of actions we do perform on entity records.
| 
Create | 
To create a record
  in an entity | 
| 
Update | 
To update an
  attribute or attributes of a records | 
| 
Delete | 
To delete a record | 
| 
Retrieve | 
To retrieve a
  record of an entity | 
| 
To retrieve
  collection of records | |
| 
Assign | 
Changes ownership
  of a record | 
| 
Share | 
Grant, modifies or
  revoke access to a record | 
| 
To create a link
  between a record and collection of records between related entities | |
| 
To remove a link
  between a record and collection of records between related entities | |
| 
To set the state
  of a record | 
 
 
 
 
No comments:
Post a Comment