Hi All,
I need to integrate the navision with a student portal. The client can able to provide the student information in csv file and this file needs to be imported into navision in customer card. Can anyone tell me how we can perform integration to import the csv periodically from the file into navision.
If anyone already come across this kind of integration , kindly share the steps involved in doing this kind of integration.
Thanks in advance.
Regards,
chandru
0
Comments
XMLPorts can be scheduled using the Job Queue module, to be executed automatically through the NAS (NAV Application Server).
Is it possible to create dataport to import the csv files and call this dataport from codeunit. After doing this, we can tag the codeunit to run in th job queue. is this method applicable or we need to compulsorily use xml ports for importing the csv files into nav.
Thanks & Regards,
chandru.
But for running Job scheduler, we dont want to configure NAS . Am I correct. IF thats the case , we can use the dataport.
Thanks & Regards,
chandru.
Yes job scheduler run thorugh the nas but we dont need to configire nas am i correct.
The another question is how to update the records using xml port.
Thanks & Regards,
chandru.
And one question per topic please.
Configuring means I am telling we need to open the navision application console and there we need to mention the company name db name etc and then start the service. This step we dont need to do am i correct?
Thanks & Regards,
chandru.
Got it. Thank you.
Regards,
chandru.