My goal is to impport data from DB access, supplier's data, iinto the table 23, the suppliers, but I need to validate the data with validate trgger. Have you suggest me a good strategy
For me is the first time that I done a dataport; I would use an interface .net to read the data from MB access the could be connected by webservice to NAV.
My doubt, I don't know if a better exponing an Xmlport or directly the table by webservice.
Comments
Use some code OnAfterImportRecord by calling validate against relevant fields.
Hope this helps.
Neil
For me is the first time that I done a dataport; I would use an interface .net to read the data from MB access the could be connected by webservice to NAV.
My doubt, I don't know if a better exponing an Xmlport or directly the table by webservice.
Can you suggest me?
Massimo