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
Case
The Case record to be created
DML Use Default Assignment Rule
DML Assignment Rule Id
DML Trigger Auto Response Email
DML Trigger Other Email
DML Trigger User Email
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