$$ADDITEM |
$$ADDITEM^PRCPAGPR() is called to add items to an
existing RIL.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
V1 |
Input |
IEN for RIL entry.
|
V2 |
Input |
Item Master Number
|
V3 |
Input |
Quantity
|
V4 |
Input |
Vendor IEN
|
V5 |
Input |
Cost
|
Output |
Output |
IEN of the new entry in the ITEM multiple or either
"0" or null string if the operation fails.
|
|
$$NEWRIL |
$$NEWRIL^PRCPAGPR() is called to add a new RIL.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
V1 |
Input |
V1 is IEN to Generic Inventory File (#445) entry
associated with the RIL.
|
V2 |
Input |
V2 is the name of the Transaction Number (file
#410.1, field #.01) counter to be used to generate the RIL Entry Number (file
#410.3, field #.01) value to use when creating the RIL entry.
|
RESULT |
Output |
IEN of the new RIL entry or either "0" or null string
if the operation fails.
|
|
DELRIL |
Called to delete an RIL.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
V1 |
Input |
V1 is IEN to RIL entry to be deleted.
|
|