We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Related to joola/joola.sdk#63.
As reported by @MattAitchison.
This will fail:
joolaio.init({ host: 'http://localhost:7070', APIToken: 'apitoken-root'}, function (err) { if (err) { throw err; } //console.log('joola.io ready, version', joolaio.VERSION); //csvConverter.from(csvFileName); joolaio.dispatch.beacon.insert('poInvBackorderTest', { Company: 'xxxxxx', VendorID: 'xxxxxxx', Name: 'xxxxxxxx', PONUM: '8103', POLine: '2', OpenLine: '1', PartNum: 'STxx-xx-xx', LineDesc: 'xxxxxxxxx xxx', WarehouseCode: 'xxxxxx', RelQty: 15, ReceivedQty: 0, BackOrderQty: 15 }); //joola.io ready, version 0.4.0 });
Issue is with the options and callback not being provided and docs indicating the above to be the correct syntax.
The text was updated successfully, but these errors were encountered:
itayw
No branches or pull requests
Related to joola/joola.sdk#63.
As reported by @MattAitchison.
This will fail:
Issue is with the options and callback not being provided and docs indicating the above to be the correct syntax.
The text was updated successfully, but these errors were encountered: