ServiceTaxPOTInquiryBase_IN.unpack Method [AX 2012]

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

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.

Community Additions

ADD
Show: