| $$OI(IFN) |
Returns the first orderable item for the order.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
IFN |
Input |
The Internal Entry Number (IEN) of the order in the
ORDER file (#100).
|
Result |
Output |
The result of the extrinsic function is returned in
the format: Orderable Item IEN^Orderable Item Name^Package ID
|
|
$$VALUE(IFN,ID,INST,FORMAT) |
Returns a single value from the content of an order.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
IFN |
Input |
The IEN of the order in the ORDER file (#100).
|
ID |
Input |
The free text identifier assigned to the prompt in
the ID field of the Order Dialog file #101.41 (and stored with the value in
the Responses multiple of the Orders file #100).
|
INST |
Input |
An integer, the instance of the value to return
(default=1).
|
FORMAT |
Input |
A flag to indicate the desired form of the value; "E"
will return the external form, or null for the default internal format.
|
Result |
Output |
The result of this extrinsic function.
|
|
OIS(RESULT,IFN) |
Returns an array of orderable items for a given order
number.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
RESULT |
Both |
This variable is a reference to an array that will
contain the order's orderable items. The array is formatted as follows:
RESULT(OI)=DATA
OI: IEN of the orderable item in the ORDERABLE
ITEMS file (#101.43).
DATA: Caret-delimited ('^') string of field
values from the ORDERABLE ITEMS file
(#101.43):
NAME (#.01) ^ ID (#2)
|
IFN |
Input |
IEN of the order in the ORDER file (#100).
|
|