Skip to content

Instantly share code, notes, and snippets.

@Gr33nLight
Created May 9, 2018 15:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Gr33nLight/db72d32ac14a5c21c189958db1b8e406 to your computer and use it in GitHub Desktop.
Save Gr33nLight/db72d32ac14a5c21c189958db1b8e406 to your computer and use it in GitHub Desktop.
if(empty($toMailInfo)){
if($recordModel->getEntityType($recordId) == 'Users'){
$parentIds .= $recordIds[0].'@-1|';
}else{
$parentIds .= $recordIds[0].'@1|';
}
}
@nilay-automatesmb
Copy link

Has to be put in which File?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment