No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
Newer Version Available
DescribeFlexiPageResult
The describeFlexiPages() call returns an array of DescribeFlexiPageResult objects containing information about the passed in flexiPages, including lists of regions and actions associated with each Flexible Page.
| Name | Type | Description |
|---|---|---|
| id | ID | The ID of the Flexible Page. |
| label | string | The label of the Flexible Page. |
| name | string | The unique name of the Flexible Page. |
| quickActionList | DescribeQuickActionListResult | List of actions associated with the specified Flexible Page. |
| regions | DescribeFlexiPageRegion[] | List of regions on the specified Flexible Page. |
| type | string | Required. The type of the Flexible Page. Available in API version 32.0 and later. |
DescribeFlexiPageRegion
Represents a region of a FlexiPage. There is one region per FlexiPage. A region can contain a record list component or a recent items component that can be scoped to a set of entities.
| Name | Type | Description |
|---|---|---|
| components | DescribeComponentInstance[] | List of components on the specified Flexible Page. |
| name | string | Unique name of the FlexiPage region. |
DescribeComponentInstance
Represents an instance of a component in a DescribeFlexiPageRegion, such as a filter list.
| Name | Type | Description |
|---|---|---|
| properties | DescribeComponentInstanceProperty[] | Properties of the component instance. |
| typeName | string | The first piece of the name of the component. For example, the “flexipage” in flexipage:filterListCard. |
| typeNamespace | string | The second piece of the name of the component. For example, the “filterListCard” in flexipage:filterListCard. |
DescribeComponentInstanceProperty
Represents a single property in a DescribeComponentInstance.
| Name | Type | Description |
|---|---|---|
| name | string | Name of the component instance property. For example, the filterListCard component has a property whose name is "entityNames". |
| value | string | Value of the component instance property. For example, the filterListCard component has an entityNames property whose value is a comma separated list of entity names like "Account, Contact, Opportunity" |