You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rescocrm edited this page May 15, 2023
·
9 revisions
[v8.1] Execute the command with the passed name. The command must exist and must be enabled.
Arguments
Argument
Type
Description
command
String
The name of the EntityForm command.
callback
function(entityForm)
The callback function that is called asynchronously in case of success.
errorCallback
function(errorMsg)
The errorCallback which is called in case of error.
scope
Object
The scope for callbacks.
This example demonstrates how to execute command defined by its name. This function executes the default 'Qualify' command on the Lead entity edit form.