B03B0074
Get Activity Description
Functional Description
Purpose
The purpose of the this business function is to retrieve the description of
the Activity Type, and return an error if the Activity Type is invalid. This is used as the Trigger for the Activity Type.
Setup Notes and
Prerequisites
Special Logic
Technical
Specifications
Parameters
Item Description I/O Req? Notes
BHVRERRID idBhvrErrorId O
BHVREDTS szBehaviorEditString I Yes
DL01 szDescription001 O
AIT szActionItemType I Yes
Related Tables
F03B30 Activity Type Master
Related
Business Functions
Processing
If szBehaviorEditString is blank then return success.
If szActionItemType is blank then return error 4363.
Fetch F03B30.
If
the Fetch is successful
Copy description to szDescription001
else
Return error 0002
Return success.
^
D03B0074 - Get Activity Description- DS
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
idBhvrErrorId | BHVRERRID | ID | NONE | NONE |
A long integer representing an error that has occurred in a behavior. | ||||
szBehaviorEditString | BHVREDTST | char | NONE | NONE |
Character representation of the data in a control on a form. | ||||
szDescription001 | DL01 | char | NONE | NONE |
A user defined name or remark. | ||||
szActionitemtype | AIT | char | NONE | NONE |
A code that identifies a message in the Account Activity Log. |
None |
F03B30 Activity Type Master |