Can someone show me their GL plugin custom script ...
# suitescript
t
Can someone show me their GL plugin custom script file. I am creating my file, but need for reference. Thanks ! Slack Conversation
s
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
Got the same, Thanks !
s
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.
👍 1