I am trying to figure out how to create a workflow that creates an in-app notification for new user, like "Welcome to CRM".
This formula did not work for target entity update:
$notif_id = record\create('Notification','message','Welcome to CRM');
entity\addLinkMultipleId('Notification', $notif_id);
This formula did not work for target entity update:
$notif_id = record\create('Notification','message','Welcome to CRM');
entity\addLinkMultipleId('Notification', $notif_id);
Comment