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 | Boolean | 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. |
| LastModifiedDate | Datetime | True |
Timestamp of the most recent update to the app menu item. | |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the app menu item. |
| SystemModstamp | Datetime | True |
System-generated timestamp reflecting the last modification. | |
| 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 | Boolean | 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 | Boolean | 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. | |
| Type | String | True |
Specifies the type of app, such as Salesforce app, custom app, or connected app. |