PluginDef (ver7.0.0)
This table contains set up information for the installed plugins. To navigate to this page in the application: System Administrator > System Settings > Plugin Manager.
Column Name | Initial Version | Data Type | Description |
---|---|---|---|
ClassName | 7.0.0 | Varchar2(256) | Internal java class name associated to the plugin. Required. |
Description | 7.0.0 | Varchar2(256) | Description of the plugin. |
ID | 7.0.0 | Number(10,0) | Unique sequential number generated by the application. Required. |
IsDeletable | 7.0.0 | Number(3,0) | 1 indicates the plugin can be removed by the user. Required. |
IsDistrictRestricted | 7.2.0 | Number(3) | 1 indicates the plugin is restricted from use in the district office. Defaults to 0. Required. |
IsEnabled | 7.0.0 | Number(3,0) | 1 indicates the plugin is available to users of the PowerSchool application. Typically selected after completing configuration of the plugin. |
IsGuardianRestrictionAllowed | 10.0.0 | Number(1,0) | 1 indicates the [Plugin] checkbox (Restrict Parent Access section of the [Parent Name] for [Student Name] pop-up) will appear allowing the user to restrict guardian access to the plugin. Defaults to 0. |
IsHidden | 9.1.0 | Number(3) | 1 indicates the plugin will not be visible on the Plugin Management Dashboard page. Defaults to 0. |
IsLinkDetailDisplayed | 7.2.0 | Number(3) | 1 indicates an additional Link Detail panel is used for this plugin requiring multiple links. Defaults to 0. Required. |
IsSchoolRestricted | 7.2.0 | Number(3) | 1 indicates the plugin can be restricted by schools listed in PluginDefSchoolsMap. Defaults to 0. Required. |
IsStateRestricted | 7.0.0 | Number(3,0) | Value of 1 restricts use of the plugin to states identified in PluginStatesMap. Required. |
MinRequiredPSVersion | 7.0.0 | Varchar2(20) | Minimum version of PowerSchool required for the plugin. |
Name | 7.0.0 | Varchar2(40) | Unique name of the plugin. Required. |
PluginIdentifier | 10.0.0 | Varchar2(256) | Identifies the specific instance of a plugin. |
PluginRegistrationID | 7.2.0 | Number(10,0) | Internal number for the associated PluginRegistration record. |
ResetFlag | 7.0.0 | Number(3,0) | 1 indicates the plugin Restore default settings button will appear allowing the user to restore original settings for the plugin. Required. |
Version | 7.0.0 | Varchar2(20) | Version number of the plugin. |
WhenCreated | 7.0.0 | Timestamp(6) | Date and time the record was created. Defaults to system date. Required. |
WhenModified | 7.0.0 | Timestamp(6) | Date and time the record was modified. Defaults to system date. Required. |
WhoCreated | 7.0.0 | Varchar2(100) | The user login that created the record. Defaults to database user. Required. |
WhoModified | 7.0.0 | Varchar2(100) | The user login that modified the record. Defaults to database user. Required. |