BOMRouteApprove.unpack Method [AX 2012]

Unpacks what the pack method has packed.

Syntax

public boolean unpack(container packedClass)

Run On

Called

Parameters

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

Return Value

Type: boolean
true if the container has been unpacked successfully; otherwise, false.

Remarks

When the isSwappingPrompt method returns true, you may have to unpack some prompt-related variables also.

See Also

BOMRouteApprove Class

Pack-Unpack Design Pattern