top of page

E2F: Create Case and Run Assignments

Leverage the Create Case and Run Assignments apex action to create a case and run standard assignments rules.

Inputs

Outputs

CaseId

The id of the Case created by the apex action

IsSuccess

​Set to True if the apex action was successful.  Set to False if an error was encountered.

Error Message

If isSuccess is False, the message of the error encountered

bottom of page