Newer Version Available

This content describes an older version of this product. View Latest

CheckCrudOnExpense

Checks create, update and delete access on partyExpense 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 partyExpense entity is given.

Examples

Output JSON example of the action are as follows.

Output format:

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