InventDim.allInventDimParmFieldsHaveValues Method
Determines if all fields that are set on the InventDimParm table has corresponding field values.
Syntax
public boolean allInventDimParmFieldsHaveValues(InventDimParm _inventDimParm, List _listOfDimFieldsToCheck)
Run On
Called
Parameters
- _inventDimParm
Type: InventDimParm Table
An InventDimParm buffer.
- _listOfDimFieldsToCheck
Type: List Class
A List list of fields to check.
Return Value
Type: boolean
true if all fields from the list that are set on the inventDimParm has values.