{
"sections": [
"title",
"description",
"fields",
"wsdl_segment",
"field_reference"
],
"title": "AppDefinition - Data API",
"description": "Represents the metadata of an app and its navigation items. Metadata is returned only for apps that the current user can access. This object is available in API version 43.0 and later.",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"Description": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The optional description of the application."
},
"DeveloperName": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The developer name of the application."
},
"DurableId": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "A unique virtual Salesforce ID for the application."
},
"HeaderColor": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The header color in the application. Specify the color with a hexadecimal code, such as #0000FF for blue."
},
"Id": {
"type": "ID",
"properties": "Defaulted on create, Filter, Group, idLookup, Sort",
"description": "A default Salesforce ID."
},
"IsLargeFormFactorSupported": {
"type": "boolean",
"properties": "Defaulted on create, Filter, Group, Sort",
"description": "Indicates whether the Large form factor is set in the CustomApplication metadata."
},
"IsMediumFormFactorSupported": {
"type": "boolean",
"properties": "Defaulted on create, Filter, Group, Sort",
"description": "Indicates whether the Medium form factor is set in the CustomApplication metadata."
},
"IsNavAutoTempTabsDisabled": {
"type": "boolean",
"properties": "Defaulted on create, Filter, Group, Sort",
"description": "Indicates whether the navigation automatically creates temporary tabs settings."
},
"IsNavPersonalizationDisabled": {
"type": "boolean",
"properties": "Defaulted on create, Filter, Group, Sort",
"description": "Indicates whether navigation personalization is disabled."
},
"IsNavTabPersistenceDisabled": {
"type": "boolean",
"properties": "Defaulted on create, Filter, Group, Sort",
"description": "Indicates whether workspace tabs are cleared for each new console session."
},
"IsOmniPinnedViewEnabled": {
"type": "boolean",
"properties": "Defaulted on create, Filter, Group, Sort",
"description": "Indicates whether the Omni-Channel component is enabled in sidebar view. The default is false."
},
"IsOverrideOrgTheme": {
"type": "boolean",
"properties": "Defaulted on create, Filter, Group, Sort",
"description": "Indicates whether to override the global theme for the org. When true, the color scheme and logo that the user has set are used. When false, the global theme for the org is used, even if the user has set a color scheme and logo."
},
"IsSmallFormFactorSupported": {
"type": "boolean",
"properties": "Defaulted on create, Filter, Group, Sort",
"description": "Indicates whether the Small form factor is set in the CustomApplication metadata."
},
"Label": {
"type": "string",
"properties": "Filter, Nillable, Sort",
"description": "The localized label value corresponding to the MasterLabel field."
},
"LogoUrl": {
"type": "url",
"properties": "Filter, Group, Nillable, Sort",
"description": "The logo URL of the application as selected by the admin."
},
"MasterLabel": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The non-translated label entered when the application was created."
},
"NamespacePrefix": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The namespace of the application."
},
"NavType": {
"type": "picklist",
"properties": "Filter, Group, Nillable, Restricted picklist, Sort",
"description": "The type of navigation for the application. The value Standard is for Lightning Experience. The value Console is for Salesforce console. A null value is for Salesforce Classic."
},
"UiType": {
"type": "picklist",
"properties": "Filter, Group, Nillable, Restricted picklist, Sort",
"description": "Indicates the type of custom application. The value Aloha is for Salesforce Classic, and Lightning is for Lightning Experience."
},
"UtilityBar": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The ID of the utility bar associated with this application."
}
},
"wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n\n \n\n\n \n \n \n \n \n \n\n```",
"field_reference": {
"Description": {
"field_label": "Description",
"type": "string",
"length": "255"
},
"DeveloperName": {
"field_label": "Developer Name",
"type": "string",
"length": "80"
},
"DurableId": {
"field_label": "Durable ID",
"type": "string",
"length": "255"
},
"HeaderColor": {
"field_label": "Header Color",
"type": "string",
"length": "20"
},
"Id": {
"field_label": "App Definition ID",
"type": "id",
"length": "18"
},
"IsLargeFormFactorSupported": {
"field_label": "Is Large Form Factor Supported",
"type": "boolean"
},
"IsMediumFormFactorSupported": {
"field_label": "Is Medium Form Factor Supported",
"type": "boolean"
},
"IsNavAutoTempTabsDisabled": {
"field_label": "Is Navigation Menu Automatically Create Temporary Tabs Disabled",
"type": "boolean"
},
"IsNavPersonalizationDisabled": {
"field_label": "Is Navigation Menu Personalization Disabled",
"type": "boolean"
},
"IsNavTabPersistenceDisabled": {
"field_label": "Is Clearing Workspace Tabs Enabled",
"type": "boolean"
},
"IsOmniPinnedViewEnabled": {
"field_label": "Is Omni-Channel Sidebar Enabled",
"type": "boolean"
},
"IsOverrideOrgTheme": {
"field_label": "Is Org Theme Overridden",
"type": "boolean"
},
"IsSmallFormFactorSupported": {
"field_label": "Is Small Form Factor Supported",
"type": "boolean"
},
"Label": {
"field_label": "Label",
"type": "string",
"length": "1000"
},
"LogoUrl": {
"field_label": "Logo URL",
"type": "url",
"length": "255"
},
"MasterLabel": {
"field_label": "Master Label",
"type": "string",
"length": "40"
},
"NamespacePrefix": {
"field_label": "Namespace Prefix",
"type": "string",
"length": "15"
},
"NavType": {
"field_label": "Navigation Type",
"type": "picklist",
"length": "255"
},
"UiType": {
"field_label": "UI Type",
"type": "picklist",
"length": "255"
},
"UtilityBar": {
"field_label": "Utility Bar Name",
"type": "string",
"length": "80"
}
},
"field_reference_columns": [
"field_label",
"type",
"length"
]
}