InventTransWMS.isInventTransSelected Method [AX 2012]
Determines whether a specified InventTrans record is selected for a pending picking or registration update.
Syntax
public boolean isInventTransSelected(InventTransRefRecId _inventTransRefRecId)
Run On
Client
Parameters
- _inventTransRefRecId
Type: InventTransRefRecId Extended Data Type
A record ID of the InventTrans table.
Return Value
Type: boolean
true if the record is selected; otherwise, false.