I just use the example for findRelatedMany in the sandbox Target Type "Account" and a Target which have a contact and get no result.
Can some one explain what we do wrong ?
Code:
output\printLine('Start');
$rec = record\findRelatedMany('Account',accountId,'contac ts',10);
output\printLine($rec);
Can some one explain what we do wrong ?
Code:
output\printLine('Start');
$rec = record\findRelatedMany('Account',accountId,'contac ts',10);
output\printLine($rec);
Comment