File Name
sendntfy.kb
Syntax
NotifyContact ( REF ntfySend: NotifySendRec )
Parameters
ntfySend: Is a notification send record.
Returns
INTEGER: Success or Failure.
Side Effects
None
Description
Pulls in correct notification type and address for a contact notifcation and creates the send notification record.
Dialog Forms Called
None
File Name
sendntfy.kb
Syntax
NotifyGroup ( REF ntfySend: NotifySendRec )
Parameters
ntfySend: Is a notification send record.
Returns
INTEGER: Success or Failure.
Side Effects
None
Description
This function sends a notification to a group. It will te a message to each member of a group if that as selected by the user.
Dialog Forms Called
None
File Name
sendntfy.kb
Syntax
SendContactNotification (REF notify: NotifySendRec )
Parameters
NotifySendRec - The Notification record that holds all
the information pertinent to the notification
that is being sent.
Returns
Nothing
Side Effects
None
Description
This function is used to Send a notification to a specific Contact.
Dialog Forms Called
None
File Name
sendntfy.kb
Syntax
SendGroupNotification ( REF notify: NotifySendRec )
Parameters
NotifySendRec - The Notification record that holds all
the information pertinent to the notification
that is being sent.
Returns
Nothing
Side Effects
None
Description
This function is used to Send a notification to a specific Group.
Dialog Forms Called
None