Q35CreatePushNotification
Cantara Business Function which creates a new push notification record in table FQ35CA01 - Q35 Push Notifications.
If push notifications have been configured in the Cantara Access Server, the new push notification record will be detected and processed.
Push notification records in FQ35CA01 that have been processed by Cantara will have their Processed Flag "GPSP" changed from 0 to 1, to prevent further notifications of the same record.
Called By
This function is called by the following Q35 functions.
Data Structure
Name | Type | Inclusion | Direction |
---|---|---|---|
szAppDesc | STRING | REQUIRED | IN |
szUserID | USERID | REQUIRED | IN |
jdDateTransactionJulian | DATE | REQUIRED | IN |
szProgramId | STRING | OPTIONAL | IN |
szMessageTitle | STRING | OPTIONAL | IN |
szMessageContent | STRING | REQUIRED | IN |
szMessageData | STRING | OPTIONAL | IN |
mnUniqueKeyID | INTEGER | OPTIONAL | OUT |