EntityView properties
The following table describes the properties of an EntityView, as defined in the EntityView model:
|
Property |
Description |
|
|
Logical name of the view (string). |
|
|
Localized name of the view (string). |
|
|
Most views are centered on a particular underlying CommerceEntity. This |
|
|
The version of the entity that the view corresponds to. |
|
|
Represents an action to be performed. In some cases, EntityViews are retrieved, modified, and then submitted back as an action. This provides a task-based API for the Business User tooling (string). |
|
|
In some cases, an EntityView represents a single row among many in a list view. In the case where another level of ID is needed to further target a particular row, |
|
|
A list of ViewProperty objects. This represents individual properties that will display in the view. The Business Tool has generic functionality to create a display based on the properties of the View (list<ViewProperty>). |
|
|
Views are progressively built up as a main view and a set of child views, allowing for more complex displays. |
|
|
The child view to act upon. |
|
|
Allows you to influence the order of child views in a composite view. Lower display ranks result in higher display position in the composite view. All |
|
|
A |
|
|
Allows an icon to be associated with a view. |