Share via


ServiceTaxPOTInquiryBase_IN.unpack Method [AX 2012]

Is the unpack method of the pack-unpack design pattern.

Syntax

public boolean unpack(container packedClass)

Run On

Called

Parameters

  • packedClass
    Type: container
    The packed object to reinstantiate with values.

Return Value

Type: boolean
true if the object was unpacked successfully; otherwise, false.

See Also

Reference

ServiceTaxPOTInquiryBase_IN Class