Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
pr_methods:createnotification [2023/04/04 05:51] – removed - external edit (Unknown date) 127.0.0.1pr_methods:createnotification [2023/05/08 06:49] (current) sean
Line 1: Line 1:
 +{{tag>Index Programmers_Reference Methods IExecutionEngine_Interface CreateNotification}}
 +====createNotification (IProcess, String) ====
 +<code java>public INotification createNotification (IProcessparent, String notificationName)
 +throws ServerTimeOutException, AccessDeniedException, ExecutionException;</code>
 +
 +This method creates the specified notification. If there are any rules associated with the creation of the notification they are executed.
 +===Parameters===
 +|''notificationName''|the name of the notification to create (the notification with this name must be configured in the business space version)|
 +===Returns===
 +The instance of the created notification