How would you go about connecting to Navision without using licenses?
My plan: We have a lot of pocket PCs with Infrared ports on them. I was thinking of designing an application, JAva, VB or something, to allow them to scan barcodes and populate information into Navision. For example stock transfers. A barcode is scanned, a source and destination location is selected and a transfer made.
My idea: Im sure this is easy enough to do up to the point where the software on the handheld populates automatically an Item Reclass Journal over ODBC. But how do you get Navision to POST this journal? A periodic OnTimer() on the server to check if theres anything in a given journal? Or something else?
The solution offered by our reseller would use the Navision proprierty ODBC which, painfully, uses TWO licenses!!!
GaMBe
0
Comments
For the posting you will need the timer process in a NAS instance. Each NAS instance also uses one license, since it is basically an unattended client session.
So that's where the two licenses come from. It's actually all on one license, but two sessions. You will also have to make sure you have C/ODBC and enough NAS instances on your license. You get one NAS instance for free with the G/L granule.
RIS Plus, LLC