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
- _xML
Type: XML Extended Data Type
- _actionPolicyInfo
Type: AifEndpointActionPolicyInfo Class
An instance of the AifEndpointActionPolicyInfo class to specify the value mapping to perform; optional.
- _constraintListCollection
Type: AifConstraintListCollection Class
A collection of lists that contains the constraints that are identified for each document.
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.