I need to create an import from excel facility for Project item requirements.
The data will be staged and validated before import.
I have looked at the form in AX (ProjSalesItemReq) for creating item requirements and there is a lot of validation code.
The requirement is that the validation must be as per this form. What is the best approach?
At the moment I am running in debug and following the datasource.create() method on SalesLine which has taken me through a lot of data processing.
My next steps will be to change the values that will be imported and check the validation logic that is executed by the form.
By tracking the code I hope to implement the required validation logic myself. Is this the best approach?
I am fine with the import process, it is the design and implementation of the validation that I would like some advice on.
thanks.
*This post is locked for comments
I have the same question (0)