Server/Client Scripting


SuiteScript is a JavaScript-based API that gives developers the ability to extend JCurve beyond the capabilities provided through SuiteBuilder point-and-click customization. The majority of JCurve forms, records, customization objects and their event/trigger points are programmatically accessible through SuiteScript. What you decide to do with SuiteScript depends on which part of JCurve you are trying to extend, search, or process. When you think about using SuiteScript in JCurve, you must ask yourself:
- What do I want to do?
- Which APIs support what I want to do?
- How do I run a script in JCurve?