Share via


AxdHcmJobPosting.createList Method [AX 2012]

Creates the documents in the XML string as transactions in the database, and then returns the entity keys of the created transactions.

Syntax

public AifEntityKeyList createList(
    XML _xML, 
    AifEndpointActionPolicyInfo _actionPolicyInfo, 
    AifConstraintListCollection _constraintListCollection)

Run On

Server

Parameters

Return Value

Type: AifEntityKeyList Class
A list that contains the entity keys that define every created transaction.

Remarks

The createList method is implemented on the AxdBase . If a document does not provide the corresponding action type, the createList method must be overridden on the document class for the createList method to throw an error if called; for example, the createList in the AxdPurchaseRequisition.

See Also

Reference

AxdHcmJobPosting Class