@servicenow/sdk - v4.4.1
Preparing search index...
@servicenow/sdk/core
<internal>
sys_app
Interface sys_app
interface
sys_app
{
hide_on_ui
:
Typed
<
boolean
,
{
active
:
true
;
default
:
false
;
label
:
"Hidden on ui"
;
mandatory
:
false
;
read_only
:
false
;
}
,
>
;
installed_as_dependency
:
Typed
<
boolean
,
{
active
:
true
;
default
:
false
;
label
:
"Installed via Dependency"
;
mandatory
:
false
;
read_only
:
false
;
}
,
>
;
license_definition
:
Typed
<
|
string
|
ExplicitKey
<
"sys_app_license_defn"
>
|
TableBrand
<
"sys_app_license_defn"
>
|
Record
<
"sys_app_license_defn"
>
,
{
active
:
true
;
label
:
"License Definition"
;
mandatory
:
false
;
read_only
:
false
;
referenceTable
:
"sys_app_license_defn"
;
}
,
>
;
menu
:
Typed
<
|
string
|
TableBrand
<
"sys_app_application"
>
|
Record
<
"sys_app_application"
>
|
ExplicitKey
<
"sys_app_application"
>
,
{
active
:
true
;
label
:
"Menu"
;
mandatory
:
false
;
read_only
:
false
;
referenceTable
:
"sys_app_application"
;
}
,
>
;
store_correlation_id
:
Typed
<
string
,
{
active
:
true
;
dropdown
:
"none"
;
label
:
"Store correlation ID"
;
mandatory
:
false
;
maxLength
:
40
;
read_only
:
false
;
}
,
>
;
store_url
:
Typed
<
string
,
{
active
:
true
;
dropdown
:
"none"
;
label
:
"Store URL"
;
mandatory
:
false
;
maxLength
:
40
;
read_only
:
false
;
}
,
>
;
sys_code
:
Typed
<
string
,
{
active
:
true
;
dropdown
:
"none"
;
label
:
"Code"
;
mandatory
:
false
;
maxLength
:
100
;
read_only
:
false
;
}
,
>
;
sys_id
:
Typed
<
string
|
number
,
{
active
:
true
;
column_type
:
"GUID"
;
label
:
"Sys ID"
;
mandatory
:
false
;
read_only
:
false
;
}
,
>
;
uninstall_blocked
:
Typed
<
boolean
,
{
active
:
true
;
default
:
false
;
label
:
"Uninstall Blocked"
;
mandatory
:
false
;
read_only
:
false
;
}
,
>
;
user_role
:
Typed
<
|
string
|
ExplicitKey
<
"sys_user_role"
>
|
TableBrand
<
"sys_user_role"
>
|
Record
<
"sys_user_role"
>
,
{
active
:
true
;
label
:
"User role"
;
mandatory
:
false
;
read_only
:
false
;
referenceTable
:
"sys_user_role"
;
}
,
>
;
}
Hierarchy (
View Summary
)
Helper
<
typeof
sys_app
>
sys_app
Index
Properties
hide_
on_
ui
installed_
as_
dependency
license_
definition
menu
store_
correlation_
id
store_
url
sys_
code
sys_
id
uninstall_
blocked
user_
role
Properties
Readonly
hide_
on_
ui
hide_on_ui
:
Typed
<
boolean
,
{
active
:
true
;
default
:
false
;
label
:
"Hidden on ui"
;
mandatory
:
false
;
read_only
:
false
;
}
,
>
Readonly
installed_
as_
dependency
installed_as_dependency
:
Typed
<
boolean
,
{
active
:
true
;
default
:
false
;
label
:
"Installed via Dependency"
;
mandatory
:
false
;
read_only
:
false
;
}
,
>
Readonly
license_
definition
license_definition
:
Typed
<
|
string
|
ExplicitKey
<
"sys_app_license_defn"
>
|
TableBrand
<
"sys_app_license_defn"
>
|
Record
<
"sys_app_license_defn"
>
,
{
active
:
true
;
label
:
"License Definition"
;
mandatory
:
false
;
read_only
:
false
;
referenceTable
:
"sys_app_license_defn"
;
}
,
>
Readonly
menu
menu
:
Typed
<
|
string
|
TableBrand
<
"sys_app_application"
>
|
Record
<
"sys_app_application"
>
|
ExplicitKey
<
"sys_app_application"
>
,
{
active
:
true
;
label
:
"Menu"
;
mandatory
:
false
;
read_only
:
false
;
referenceTable
:
"sys_app_application"
;
}
,
>
Readonly
store_
correlation_
id
store_correlation_id
:
Typed
<
string
,
{
active
:
true
;
dropdown
:
"none"
;
label
:
"Store correlation ID"
;
mandatory
:
false
;
maxLength
:
40
;
read_only
:
false
;
}
,
>
Readonly
store_
url
store_url
:
Typed
<
string
,
{
active
:
true
;
dropdown
:
"none"
;
label
:
"Store URL"
;
mandatory
:
false
;
maxLength
:
40
;
read_only
:
false
;
}
,
>
Readonly
sys_
code
sys_code
:
Typed
<
string
,
{
active
:
true
;
dropdown
:
"none"
;
label
:
"Code"
;
mandatory
:
false
;
maxLength
:
100
;
read_only
:
false
;
}
,
>
Readonly
sys_
id
sys_id
:
Typed
<
string
|
number
,
{
active
:
true
;
column_type
:
"GUID"
;
label
:
"Sys ID"
;
mandatory
:
false
;
read_only
:
false
;
}
,
>
Readonly
uninstall_
blocked
uninstall_blocked
:
Typed
<
boolean
,
{
active
:
true
;
default
:
false
;
label
:
"Uninstall Blocked"
;
mandatory
:
false
;
read_only
:
false
;
}
,
>
Readonly
user_
role
user_role
:
Typed
<
|
string
|
ExplicitKey
<
"sys_user_role"
>
|
TableBrand
<
"sys_user_role"
>
|
Record
<
"sys_user_role"
>
,
{
active
:
true
;
label
:
"User role"
;
mandatory
:
false
;
read_only
:
false
;
referenceTable
:
"sys_user_role"
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
hide_
on_
ui
installed_
as_
dependency
license_
definition
menu
store_
correlation_
id
store_
url
sys_
code
sys_
id
uninstall_
blocked
user_
role
@servicenow/sdk - v4.4.1
Loading...