1.Functional Description
This function updates Task records with information that has changed within the Message Center to
the Task. The function keeps the Messages and Task records in synch.
1.1Purpose
This function is used to update the Task Table (F1757) with information from the Message Tables
(F01131, F01133).
1.2Setup Notes and Prerequisites
This function is to hooked up in the Message Center and run whenever a Task record message is
changed.
1.3Special Logic
If the F01131 message table is being updated send a '1' in the mode parameter.
Also pass in CustomerNumber, NameAlpha, Phone, CallFromPhone, and
CallFromAreaCode.
If the F01133 message table is being updated send a '2' in the mode parameter.
Also pass in SentToAddress.
In all cases pass Message ID (SERK) and Mode.
D1700360 - F1757 Update Message Info
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
mnSentToAddress | AN8 | MATH_NUMERIC | OPT | NONE |
A number that identifies an entry in the Address Book system, such as employee, applicant, participant, customer, supplier, tenant, or
| ||||
mnCustomerAddress | ANC | MATH_NUMERIC | OPT | NONE |
Client number in SAR records which corresponds to Address Book record. | ||||
szPhone | CPH | char | OPT | NONE |
The phone number of the individual who is sending the message. | ||||
mnMessageID | SERK | MATH_NUMERIC | REQ | INPUT |
A key identification number used internally to identify a composite key structure. The actual key items must be stored in another file and
| ||||
cMode | EV01 | char | REQ | INPUT |
An option that specifies the type of processing for an event. | ||||
szCallFrom | CFRM | char | OPT | NONE |
The person submitting the message. | ||||
szCallFromAreaCode | AR1 | char | OPT | NONE |
The first segment of a telephone number. In the United States, the prefix is the three-digit area code. | ||||
szPOQueueStatus | CLST | char | OPT | NONE |
A code that specifies the status of a case. | ||||
szPOAssigneeStatus | CLSTA | char | OPT | NONE |
Active customer issue status. Used as default status when user activates customer issue. |
None |
None |