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.
FieldDetailsRepresentation Class
Stores the field names and their values associated with a record, which can later be used
for various operations or data processing tasks.
Namespace
FieldDetailsRepresentation Constructors
The FieldDetailsRepresentation class includes these
constructors.
FieldDetailsRepresentation(fieldName, fieldValue)
Creates an instance of the DataRetrieval.FieldDetailsRepresentation class by using the given key-value pairs to
store field names and their corresponding values.
Signature
public FieldDetailsRepresentation(String fieldName, String fieldValue)
1DataRetrieval.FieldDetailsRepresentation, newinstance, [String, String], DataRetrieval.FieldDetailsRepresentationParameters
- fieldName
- Type: String
- Name of the field associated with a record.
- fieldValue
- Type: String
- Value of the fieldName parameter associated with a record.