Hi,
I have an inbound xml file for ledger dimension, (say). This xml file is sent by some 3rd party application. I am using xslt and able to create a ledger dimension record in Ax. Now, I would like to perform update operation if the ledger dimension id already exists. Normally, Ax throws an error if records exists. Since the incoming XML does not specify the operations (create/update), I am planning to handle this using Axd classes, like if record exists, perform "update" in stead of "create". Any suggestion how to achieve this.
Brgds,