Share via


InventMov_KanbanJob_Transfer.dimAllowBlankReceipt Method [AX 2012]

Determines whether blank receipts are allowed.

Syntax

protected boolean dimAllowBlankReceipt(InventDimGroupFieldSetup _inventDimGroupFieldSetup)

Run On

Called

Parameters

  • _inventDimGroupFieldSetup
    Type: InventDimGroupFieldSetup Class
    An InventDimGroupFieldSetup object to use to determine whether blank issues are allowed.

Return Value

Type: boolean
true if blank receipts are allowed; otherwise, false.

Remarks

This method is an override of the base class method.

See Also

Reference

InventMov_KanbanJob_Transfer Class