InventDim.moveDimParmDim Method
Moves values in flagged fields from the current record to another InventDim record
Syntax
public boolean moveDimParmDim(InventDimParm _inventDimParm, InventDim _inventDimTarget)
Run On
Called
Parameters
- _inventDimParm
Type: InventDimParm Table
The flags in the InventDimParm record determines for which fields values should be moved.
- _inventDimTarget
Type: InventDim Table
The record to move values to.
Return Value
Type: boolean
true if any values were present in the flagged fields and moved; otherwise, false.