Skip to main content

Script Folder Commands

Script commands can be accessed by right clicking on the Scripts folder in the extension tree.

Create New Script

Creates a new script when you provide a name, shortName, description, and _userType

Create New Backend Script

Creates a new vanilla JavaScript script when you provide a name, shortName, description, and _userType

Bulk Load Scripts

Available on the Scripts folder right click menu

Creates or creates new versions of scripts based on selections from disk. Requires selecting a script info file with the properties of the script. Local script files must be named by either the script _name or the script _userType.

Example script info file

[
{
"_name": "BIMPK Upload",
"_shortName": "iaf_ext_bimpk_upload",
"_description": "Load, Transform and Write Model from BIMPK",
"_userType": "iaf_ext_bimpk_upload"
},

{
"_name": "SGPK Upload",
"_shortName": "iaf_ext_sgpk_upload",
"_description": "Load, Transform and Write Model from SGPK",
"_userType": "iaf_ext_sgpk_upload"
}
]