How to Perform Validation while importing Records using XMLPort

Hi,

I am using a XML Port to import records. If any one of the field is blank, is it possible to skip the record ( This is a new record not an existing record).

Is there is a way to skip a particular record if the validation fails and insert other records.

Thanks

Hi Sundarmca,

Did you find an answer to your question? If yes, then please let us know. I’m very interested in hearing the answer also.

Hi SunderMCA,

Did you get the solution for your problem? If you have then it would be very helpful if you post it in Navision or drop the solution to ersangamshrestha@live.com.

I am also have same problem.

best regards from

Nepal

You can import to a temporary table and take control of whether you create a real record or not on the OnAfterGetRecord trigger.

Can you send me a example to import/ export file to a table sales cuote, order, invoice for example?

Thanks