Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
FlatListRow Class
Namespace
FlatListRow Methods
The following are methods for FlatListRow.
getColumnValue(String columnName)
Extracts the column value specified for the column name Row type
filters can be used to filter the dataset.
Signature
public RTRReportResult.FlatListRow getColumnValue(String columnName)
Parameters
- columnName
- Type:String
- The name of the column whose value is to be retrieved.The column name has the following format:
- Dimension attributes—Include the name of the dimension and a report field separated by a dot. For example, productdimension.id, promotiondimension.id, and promotiondimension.phase.
- KPI columns—Include the KPI name. For example, ProPlanIncrVolume.
Return Value
Type:Object