| CanvasAccessMethod |
- Type
- picklist
- Properties
- Filter, Group, Nillable, Restricted picklist, Sort
- Description
- The access method for the canvas app. Values can be:
- OAuth Webflow (GET)
- Signed Request (POST)
|
| CanvasEnabled |
- Type
- boolean
- Properties
- Defaulted on create, Filter, Group, Sort
- Description
- Indicates if the app menu item is a canvas app (true) or not (false).
|
| CanvasReferenceId |
- Type
- string
- Properties
- Filter, Group, Nillable, Sort
- Description
- The canvas app unique identifier.
|
| CanvasSelectedLocations |
- Type
- string
- Properties
- Filter, Group, Nillable, Sort
- Description
- The selected locations for the canvas app which define where the
canvas app can appear in the user interface. For example:
1Chatter,ChatterFeed,Publisher,ServiceDesk
|
| CanvasUrl |
- Type
- url
- Properties
- Filter, Group, Nillable, Sort
- Description
- The URL of the canvas app.
|
| Description |
- Type
- string
- Properties
- Filter, Group, Nillable, Sort
- Description
- A description of this menu item.
|
| IconUrl |
- Type
- string
- Properties
- Filter, Group, Nillable, Sort
- Description
- The icon for the menu item’s application.
|
| InfoUrl |
- Type
- string
- Properties
- Filter, Group, Nillable, Sort
- Description
- The URL for more information about the application.
|
| IsUsingAdminAuthorization |
- Type
- boolean
- Properties
- Defaulted on create, Filter, Group, Sort
- Description
- If true, the app is pre-authorized
for certain users by the administrator.
|
| Label |
- Type
- string
- Properties
- Group, Nillable
- Description
- The app’s name.
|
| LogoUrl |
- Type
- string
- Properties
- Filter, Group, Nillable, Sort
- Description
- The logo for the menu item’s application. The default is
a cloud.
|
| MobileStartUrl |
- Type
- string
- Properties
- Filter, Group, Nillable, Sort
- Description
- The location mobile users are directed to after they’ve
authenticated. This is only used with connected apps.
|
| Name |
- Type
- string
- Properties
- Filter, Group, Nillable, Sort
- Description
- The API name of the item.
|
| NamespacePrefix |
- Type
- string
- Properties
- Filter, Group, Nillable, Sort
- Description
- The namespace prefix associated
with this object. Each Developer Edition organization that creates
a managed package has a unique namespace prefix. Limit: 15 characters.
You can refer to a component in a managed package by using the namespacePrefix__componentName notation.
The namespace prefix can have one of the following values:
- In Developer Edition organizations, the namespace prefix is set
to the namespace prefix of the organization for all objects that support
it. There is an exception if an object is in an installed managed
package. In that case, the object has the namespace prefix of the
installed managed package. This is the namespace prefix of the Developer
Edition organization of the package developer.
- In organizations that are not Developer Edition organizations, NamespacePrefix is only set for objects that are part
of an installed managed package. There is no namespace prefix for
all other objects.
This field can’t be accessed unless the logged-in user
has the “Customize Application” permission.
|
| SortOrder |
- Type
- int
- Properties
- Filter, Group, idLookup, Sort
- Description
- The index value that controls where this item appears in the menu.
For example, a menu item with a sort order of 5 will appear between
items with sort order values of 3 and 9.
|
| StartUrl |
- Type
- string
- Properties
- Filter, Group, Nillable, Sort
- Description
- The location users are directed to after they’ve authenticated.
For a connected app, this is the location specified by the StartUrl. Otherwise it’s the application’s default start page.
|
| Type |
- Type
- string
- Properties
- Filter, Group, Nillable, Restricted picklist, Sort
- Description
- The type of application represented by this item. The types are:
- ConnectedApplication
- ServiceProvider
- TabSet
|