Name
x_snc_codesanity.AppInstall
Description
This script installs Code Sanity.
Script
function AppInstall()
{
var installer = new x_snc_devtools.InstallerAPI(x_snc_devtools.GetAppName('x_snc_codesanity'));
installer.RecordInsertOrUpdate(
'Creating a new choice "Code Sanity" for scan_check category.',
'sys_choice',
{
name: 'scan_check',
element: 'category',
language: 'en',
value: 'code_sanity'
},
{
label: 'Code Sanity'
},
{
});
return installer.Finish();
}
Sys ID
206718d3db4a8510bcced03cd3961997