AppMenuItem
Defines custom items that appear in the Salesforce app menu, allowing navigation to apps or links.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the app menu item. | |
| IsDeleted | Bool | True |
Indicates whether the app menu item has been deleted. | |
| CreatedDate | Datetime | True |
Timestamp of when the app menu item was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the app menu item. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the app menu item. |
| SortOrder | Int | True |
Numeric value that determines the order in which the app appears in the app launcher. | |
| Name | String | True |
Developer name assigned to the app menu item. | |
| NamespacePrefix | String | True |
Namespace prefix for the app menu item, typically used in managed packages. | |
| Label | String | True |
Display label for the app in the app launcher. | |
| Description | String | True |
Brief description of the app menu item and its purpose. | |
| StartUrl | String | True |
Primary URL that users are directed to when the app is launched. | |
| MobileStartUrl | String | True |
Mobile-specific URL that is launched when the app is accessed from a mobile device. | |
| LogoUrl | String | True |
URL of the logo image used to represent the app in the app launcher. | |
| IconUrl | String | True |
URL of the app icon used for visual identification. | |
| InfoUrl | String | True |
URL that links to additional information or help documentation about the app. | |
| IsUsingAdminAuthorization | Bool | True |
Indicates whether the app uses administrative authorization settings. | |
| MobilePlatform | String | True |
Specifies the mobile device operating system that the app is designed for, such as iOS or Android. | |
| MobileMinOsVer | String | True |
Minimum required mobile operating system version to run the app. | |
| MobileDeviceType | String | True |
Type of mobile device required for the app, such as phone or tablet. | |
| IsRegisteredDeviceOnly | Bool | True |
Indicates whether the app can only be used on registered mobile devices. | |
| MobileAppVer | String | True |
Version number of the mobile app associated with this menu item. | |
| MobileAppInstalledDate | Datetime | True |
Date when the mobile app was most recently installed on a device. | |
| MobileAppInstalledVersion | String | True |
Version number of the most recent mobile app installation. | |
| MobileAppBinaryId | String | True |
ID referencing the related binary file for the mobile app. | |
| MobileAppInstallUrl | String | True |
URL used to install the mobile application on a device. | |
| CanvasEnabled | Bool | True |
Indicates whether the user or record can perform vasEnabled action. | |
| CanvasReferenceId | String | True |
ID of the CanvasReference associated with this record. | |
| CanvasUrl | String | True |
Indicates whether the user or record can perform vasUrl action. | |
| CanvasAccessMethod | String | True |
Indicates whether the user or record can perform vasAccessMethod action. | |
| CanvasSelectedLocations | String | True |
Indicates whether the user or record can perform vasSelectedLocations action. | |
| CanvasOptions | String | True |
Indicates whether the user or record can perform vasOptions action. | |
| Type | String | True |
Specifies the type of app, such as Salesforce app, custom app, or connected app. | |
| ApplicationId | String | True |
ID of the Application associated with this record. | |
| UserSortOrder | Int | True |
Field containing UserSortOrder information. | |
| IsVisible | Bool | False |
Indicates whether the record has the Visible characteristic. | |
| IsAccessible | Bool | True |
Indicates whether the record has the Accessible characteristic. | |
| SOQL | String | False |
Specifies the SOQL query to execute against the Salesforce servers. If this pseudo column is set from the WHERE clause it will take precedence over the original query. | |
| ExternalIdColumn | String | False |
Specifies the external Id column to use if performing an insert. If this value is specified, upsert will be used when the INSERT command is called. | |
| FilterScope | String | False |
Optional scope to limit the records returned from queries. This property can take one of these values: Delegated, Everything, Mine, MineAndMyGroups, My_Territory, My_Team_Territory, or Team. | |
| SystemModstamp | Datetime | True |
System-generated timestamp reflecting the last modification. | |
| LastModifiedDate | Datetime | True |
Timestamp of the most recent update to the app menu item. |