sf-fx-runtime-nodejs / QueriedRecord
Interface: QueriedRecord
Records returned from a query or queryMore request.
• Optional
Readonly
binaryFields: Object
An optional JavaScript Object with unencoded binary content buffers to create the record with. Each key in binaryFields
is case insensitive, so the getters and setters for each key/value
pair ignore casing when getting and setting the fields.
• Readonly
fields: Object
A JavaScript object with all fields from the returned records.
Each key in field
is case insensitive, so the getters and setters for each key/value
pair ignore casing when getting and setting the fields.
• Readonly
subQueryResults: Object
Returns the result of a sub query related to this record. Records can have sub query results when the record is the result of a relationship query. Each key in subQueryResults
is case insensitive, so the getters and setters for each key/value pair ignore casing when getting and setting the fields.
• Readonly
type: string
The Salesforce Object type, such as Account.