Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

CheckCrudOnIncome

Checks create, update and delete access on partyIncome entity.

Signature

call(String action, Map<String, Object> args

Return Value

Returns True or False based on whether create, update and delete access on the partyIncome entity is given.

Examples

Output JSON example of the action are as follows.

Output format:

1{ "isCreatable" : "true", "isUpdateable" : "true", "isDeletable": "true" }