Components
To query data from a database table and display it in the interface, use the following:
whereClause
orderBy
tableName
sections and fields (columns)
Features
Override global settings
General
You can override settings defined at the global level.
Not in component builder yet
Status
Release Available | Status | Framework Name |
---|---|---|
Initial | Current | TBC |
Code JSON
Settings | Component |
---|---|
|
|
Image Alt Text
General
For a component field with the image
fieldType
, fieldUi
has an extra attribute of imageAltText
for accessibility.
Not in component builder yet
Status
Release Available | Status | Framework Name |
---|---|---|
Initial | Current | TBC |
"fieldUi": {
"fieldType": "image",
"linkTemplate": "/resource/$global.attr(staticResourceTimestamp);/$this.attr(Name);",
"imageAltText": "$this.attr(Name);"}
Feature 1
General
A component can display data aggregation from multiple SFDC database tables.
The aggregated data should be treated as normal component data that supports all the portal features, e.g., sorting, grouping, conditional rendering, etc.
How to configure?
Each SFDC database table (i.e., each data source) form a
data-model
component.The aggregated component forms its own data from all the data-model components (as dataSources)
Status
Release Available | Status | Framework Name |
---|---|---|
Initial | Current | MUI and Mint |
Code JSON
|
|
} |
} |
}, |
|