1.Functional Description
1.1Purpose
Fetch F1751 record by Document Type, Queue, Call Type, and Status to retrieve Next Status, Other
Status 1, Other Status 2, Other Status 3, Other Status 4, Other Status 5, Protect History, Auto Update,
Time Entry, Knowledge Base and Subledger Inactive.
1.2Setup Notes and Prerequisites
1.3Special Logic
Fetch F1751 record by Document Type, Queue, Call Type, and Status that have been passed in.
If fetch is not successful, Call Type = Blank.
Then fetch again.
If fetch is not successful, Call Queue = 0 or Document Type = blank.
Then fetch again.
Return CLSTA, CLST1, CLST2, CLST3, CLST4, CLST5, CLBH1, CLBH2, CLBH3, CLBH4, CLBH5.
D1700490 - Get Case Activity Rules
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
szDocumentType | DCTO | char | OPT | NONE |
A user defined code (00/DT) that identifies the type of document. This code also indicates the origin of the transaction. J.D. Edwards has
| ||||
mnCallQueue | CALLQ | MATH_NUMERIC | OPT | NONE |
The address number of the case provider group. To resolve customer problems, the system or a person can assign case to provider
| ||||
cCallType | CT01 | char | OPT | NONE |
A code that specifies the type of case. | ||||
szLastStatus | CLST | char | OPT | NONE |
A code that specifies the status of a case. | ||||
szNextStatus | CLSTA | char | OPT | NONE |
Active customer issue status. Used as default status when user activates customer issue. | ||||
szOtherStatus1 | CLST1 | char | OPT | NONE |
An optional code that specifies which status can be the next step in the case process. You can override this code. The case status code is
| ||||
szOtherStatus2 | CLST2 | char | OPT | NONE |
An optional code that specifies which status can be the next step in the case process. You can override this code. The case status code is
| ||||
szOtherStatus3 | CLST3 | char | OPT | NONE |
An optional code that specifies which status can be the next step in the case process. You can override this code. The case status code is
| ||||
szOtherStatus4 | CLST4 | char | OPT | NONE |
An optional code that specifies which status can be the next step in the case process. You can override this code. The case status code is
| ||||
szOtherStatus5 | CLST5 | char | OPT | NONE |
An optional code that specifies which status can be the next step in the case process. You can override this code. The case status code is
| ||||
cProtectHistory | CLBH1 | char | OPT | NONE |
A code that specifies whether you can change a case that has a particular status. | ||||
cUpdateNextStatus | CLBH2 | char | OPT | NONE |
A code that specifies whether the system can update a case that has a particular status. | ||||
cDisplayTimeEntry | CLBH3 | char | OPT | NONE |
A code that specifies whether the system displays a time entry form for a particular status. | ||||
cDisplayKnowledgeBase | CLBH4 | char | OPT | NONE |
A code that specifies whether the system displays a failure analysis form for a particular status. | ||||
cSubledgerInactive | CLBH5 | char | OPT | NONE |
For future use. A code that specifies whether the subledger is inactive at a particular status. |
None |
None |