Setup
1. Find an extension.
For this guide, we will use a custom function. You can find one on your own, or use our Extension Finder.
createHelloWorld.js
2. Define permissons
Parameter
About
Required
record
Allow access to the Record when extending the record editor API
database
Allow access to the entire database when extending the database.
filterList
An array of function names to omit from an extension.
3. Add to Dubnium
4. Use the extension
Full Example
createHelloWorld.js
Last updated