Can someone show me their GL plugin custom script file. I am creating my file, but need for reference. Thanks !
Slack Conversation
s
scottvonduhn
08/06/2020, 11:54 AM
This is a very useful reference: https://docs.oracle.com/cloud/latest/netsuitecs_gs/NSCGL/NSCGL.pdf
There are various snippets and examples (giving the basic structure of a complete plugin script) starting around page 20. I used this PDF when creating our GL plugins, and found it to be very complete and helpful.
t
tuli
08/06/2020, 11:55 AM
Got the same, Thanks !
s
scottvonduhn
08/06/2020, 11:57 AM
One thing to keep in mind, if the API for a function says that the parameter is an integer, then it really does needs to be converted to a number. A string representation of a number will throw errors for many of the Custom GL API functions.