Operation Name | Description |
---|---|
read | Uses one or more IDs to read records from the database and returns the records. |
readAll | Retrieves all the records from Microsoft Dynamics AX 2012 as an object or an XML document. |
find | Queries the database for matching records and returns records as an object or an XML document. |
findKeys | Uses criteria to query the database for matching records and returns a list of corresponding IDs for those records. |
getKeys | Retrieves the IDs for documents based on the specified filter. |
getChangedKeys | Retrieves the IDs for documents based on the specified filter and a date that is provided. |
Operation Name | Description |
---|---|
create | Uses an object or an XML document to create records in the database and returns a list of IDs for the new records. |
delete | Uses one or more IDs to delete the specified records from the database. |
update | Uses an object or an XML document to update records in the database. When you perform an update operation, Microsoft Dynamics AX V3 Connector replaces all fields in the database tables with the fields from the submitted document. Note: Microsoft Dynamics AX V3 Connector does not support partial update. |