Share via


PayrollEarningsImportService.create Method [AX 2012]

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

Syntax

public AifEntityKeyList create(PayrollEarningsImport _payrollEarningsImport)

Run On

Server

Parameters

  • _payrollEarningsImport
    Type: PayrollEarningsImport Class
    The PayrollEarningsImport document that contains the data objects to create.

Return Value

Type: AifEntityKeyList Class
A list of entity keys that identify the newly created objects. The entity keys appear in the order in which the created objects are specified in the PayrollEarningsImport document.

See Also

Reference

PayrollEarningsImportService Class