RunBase::promptOnClient Method [AX 2012]

Creates a RunBase on the client, unpacks the packed container, runs prompt, and returns the status from prompt in addition to the packed client RunBase.

Syntax

client protected static container promptOnClient(ClassId classId, container packed)

Run On

Client

Parameters

  • packed
    Type: container
    The packed class in a container.

Return Value

Type: container
A packed class in a container

Remarks

This method should not be called. This is handled by standard Microsoft Dynamics AX.

See Also

RunBase Class

RunBase.prompt Method

RunBase.canSwapBetweenCS Method

RunBase.isSwappingPrompt Method