Share via


InventTransWMS_Register.canUpdateTmpSerialId Method [AX 2012]

Determines whether the serial numbers can be assigned to the pending registration record.

Syntax

public boolean canUpdateTmpSerialId(
    TmpInventTransWMS _tmp, 
    InventMovement _movement, 
   [boolean _errorText, 
    boolean _fromCreate])

Run On

Client

Parameters

  • _movement
    Type: InventMovement Class
    The InventMovement object for which the registration is made.
  • _errorText
    Type: boolean
    A Boolean value that indicates whether an error message should be shown in the infolog; optional.
  • _fromCreate
    Type: boolean
    A Boolean value that indicates whether this method is being called from a record creation scenario; optional.

Return Value

Type: boolean
true if the validation succeeded; otherwise, false .

See Also

Reference

InventTransWMS_Register Class