RetailImportGlobal::GetServer_importElementList Method [AX 2012]

Gets a container that contains either the element names or the element values for the RetailImportEntryTypeBase enumeration value, depending on the specified parameter.

server public static container GetServer_importElementList([boolean readNames])

Run On

Server

Parameters

readNames
Type: boolean
A Boolean value that indicates whether to return a container that contains element names; optional.

Return Value

Type: container
A container that contains the either element names or the element values.
Show: