RequisitionLineFirmedOrderLine::allowedReferenceCategories Method
Validates whether a InventTransType value is an allowed reference category for InventTransOrigin to be associated with a RequisitionLineFirmedOrderLine record.
Syntax
client server public static boolean allowedReferenceCategories(InventTransType _referenceCategory)
Run On
ClientOrServer
Parameters
- _referenceCategory
Type: InventTransType Enumeration
The InventTransType value to be validated.
Return Value
Type: boolean
true if the reference category is allowed; otherwise, false.