CheckCrudOnIncome
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:
{ "isCreatable" : "true", "isUpdateable" : "true", "isDeletable": "true" }