Skip to content

Lead assignment rule support given for single create and bulk create of records

Compare
Choose a tag to compare
@sumanthchilka sumanthchilka released this 17 Apr 15:19
· 42 commits to master since this release

In single and bulk record creation, lead assignment rule can be executed.
Ex.
$trigger=null;
$larid="430000000223";// lead assignment rule id
$bulkResponse=$moduleInstance->createRecords($recordInstanceArray,$trigger,$larid);