Share via


HcmWorkerImportService.create Method [AX 2012]

Creates one or more data objects that are contained in a HcmWorkerImport document.

Syntax

public AifEntityKeyList create(HcmWorkerImport _hcmWorkerImport)

Run On

Server

Parameters

  • _hcmWorkerImport
    Type: HcmWorkerImport Class
    The HcmWorkerImport document that contains the data objects to create.

Return Value

Type: AifEntityKeyList Class
A list of entity keys that identify the newly created objects.

Remarks

The entity keys appear in the order that the created objects are specified in the HcmWorkerImport document.

See Also

Reference

HcmWorkerImportService Class