This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision |
| pr_methods:sendnotification [2023/04/04 05:51] – ↷ Page moved from progref:0300_add_custom_processes:0315_iexecutionengine_interface:sendnotification to pr_methods:sendnotification sean | pr_methods:sendnotification [2023/05/08 06:55] (current) – sean |
|---|
| {{tag>Programmers_Reference Methods IExecutionEngine_Interface IExecutionEngine_Interface_Methods sendNotification}} | {{tag>Index Programmers_Reference Methods IExecutionEngine_Interface sendNotification}} |
| [<10>] | [<10>] |
| ====sendNotification (IProcess, IEntity, INotification, String)==== | ====sendNotification (IProcess, IEntity, INotification, String)==== |
| ===Parameters=== | ===Parameters=== |
| |''recipient''|the instance of the intelligent business object which receives the notification| | |''recipient''|the instance of the intelligent business object which receives the notification| |
| |''notification''|the instance of the notification to send to the recipient. This can be obtained by calling the ''[[progref:0300_add_custom_processes:0315_iexecutionengine_interface:createnotification|createNotification]]'' method.| | |''notification''|the instance of the notification to send to the recipient. This can be obtained by calling the ''[[pr_methods:createnotification|createNotification]]'' method.| |
| |''channelTypeName''|the name of the channel supported by the recipient through which the notification is sent. If null the notification is sent through the default channel of the recipient.| | |''channelTypeName''|the name of the channel supported by the recipient through which the notification is sent. If null the notification is sent through the default channel of the recipient.| |
| |