Language Reference
Last updated
Last updated
To discover all the built-in functions that Rulecube offers, the best way is to click on the icon and then on "Documentation" in Rulecube itself. This will open the Rulecube Manual.
There are several different namespaces the Rulecube language domain is divided into:
Global: general methods with uppercase names, available without prepending a namespace.
Array: extension methods to JavaScript's Array object.
Compression: a collection of compression functions.
Date: extension methods to JavaScript's Date object.
Encryption: a collection of encryption functions.
Finance: a collection of financial functions.
Http: a collection of functions to make calls to APIs and websites.
Mail: a collection of e-mail functions.
MongoDB: a collection of MongoDB functions, like "find" and "aggregate".
Ockto: a collection of Ockto functions, to get personal data from validated external sources.
PDF: a collection of PDF functions, using an external component Html2PDF.
SQL: a collection of SQL functions, like "execute" and "executeStoredProcedure".
Statistics: a collection of statistical functions, like "mean", "median", and "slope".
System: system actions. For advanced users only.
Workflow: workflow helper library to support easy workflow definitions.