RetailHandheldSetup.initFromHHThandheldSetup Method
Creates a record in the RetailHandheldSetup, RetailBatchExportPaths, and RetailBatchImportPaths tables.
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
public void initFromHHThandheldSetup(RetailHandheldId _handheldId, [boolean _suppressDialogMessage])
Microsoft Dynamics AX 2012 R2 (SYS)
public void initFromHHThandheldSetup(RetailHandheldId _handheldId, [boolean _suppressDialogMessage])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public void initFromHHThandheldSetup(RetailHandheldId _handheldId)
Run On
Called
Parameters
- _handheldId
Type: RetailHandheldId Extended Data Type
The inventory ID of the HandheldId field in the RetailHandheldSetup record.
- _suppressDialogMessage
Type: boolean
Exceptions
Exception | Condition |
---|---|
Error | The record exists for the specified store inventory ID. |
UpdateConflictNotRecovered | A conflict occurred when it updates the record that could not be resolved. |
UpdateConflict | An update conflict occurred. |