SDK 4.0.1
This is a patch release for @servicenow/sdk version 4.0.1
Changes:
- Fix ATF
Testserialization of record arrays on steps - Fix empty SDK version when using
initon Windows systems - Fix
deployalways reporting success and not checking upgrade history properly - Fix
Tablenot supporting customizing tables viaas anyescape on table name. For example if you wish to add a column to thetasktable you would use theTableAPI and cast the table nameas anyto silent the diagnostic error for thenameproperty. - Moved React dependencies to
devDependenciesin init templates - Fix UI client build failures on Windows
- Fix
$meta.installMethodnot being respected by child records - Fix
ClientScriptfailing build when type is set toonSubmit | onLoadwhenfieldis set
Table({
name: 'task' as any
schema: {
x_mycolumn: new StringColumn({...})
}
})