RetailConnReplicationUtilities::initFromLinkFieldBlob Method [AX 2012]

Populates the serialized field values from the specified blob into the specified record

client server public static void initFromLinkFieldBlob(container _blob, Common _record)

Run On

Called

Parameters

_blob
Type: container
The blob returned from convertToLinkFieldBlob method
_record
Type: Common Table
The record to set fields on
Show: