Share via


InventTransWMS_Register::showSerialIdCreateForm Method [AX 2012]

Presents the dialog box for serial number creation and retrieves the user input.

Syntax

client protected static container showSerialIdCreateForm(Common _sourceRecord)

Run On

Client

Parameters

  • _sourceRecord
    Type: Common Table
    The record from which serial number creation is requested.

Return Value

Type: container
A container with the result and values from the dialog box.

Remarks

This method must execute on the client as it has a formrun object.

See Also

Reference

InventTransWMS_Register Class