Name

sn_install_base.InstallBaseStateUtil

Description

This contains helper functions to keep Install Base Item table State and Active fields in sync Can be called by any server script to determine inactive states, default work, or default close states for a given table Configurations are defined in the sn_install_base_item.state dictionary element, usually using dictionary overrides since state values vary per extended table.

Script

var InstallBaseStateUtil = Class.create();
InstallBaseStateUtil.prototype = Object.extendsObject(InstallBaseStateUtilSNC, {
 
  type: 'InstallBaseStateUtil'
});

Sys ID

1303bb35530e1110539dddeeff7b12ba

Offical Documentation

Official Docs: