| icTargetField | input | character | Value of the business field to validate. |
| icTargetFieldName | input | character | Name of the business field to validate. |
| icRowid | input | character | Contents of field tc_Rowid, if the target field is a field of a component temp-table. |
| ilIsActive | input | logical | Active flag |
| icParentObjectLabel | input | character | parent object |
| oiReturnStatus | output | integer | Return status of the method. |
BLF
QadFinancials
if ilIsActive <> true
then do:
<M-2 run SetMessage
(input #T-3'The selected item ($1) is not active.':100(474)t-3# (icMessage),
input icParentObjectLabel (icArguments),
input icTargetFieldName (icFieldName),
input icTargetField (icFieldValue),
input 'E':U (icType),
input 3 (iiSeverity),
input icRowid (icRowid),
input 'BLF-334':U (icFcMsgNumber),
input '' (icFcExplanation),
input '' (icFcIdentification),
input '' (icFcContext),
output viFcReturnSuper (oiReturnStatus)) in database>
assign oiReturnStatus = -1.
end.