| fields |
String[] |
Fields in the related list to query. If a field is specified and the user
doesn’t have access to it or it doesn’t exist, an error occurs. |
Optional |
57.0 |
| optionalFields |
String[] |
Additional fields in the related list to query. If a field is specified
and the user doesn’t have access to it, no error occurs. |
Optional |
57.0 |
| recordTypeId |
Id |
The ID of the record type (RecordType
object) for the record. If unspecified, the default record type for the
context user is used. If there is no default record type for the context
user, the Salesforce default record type is used. |
Optional |
50.0 |
| restrictColumnsToLayout |
Boolean |
Indicates whether to retrieve metadata for only the list columns in the
page layout (true) or all columns
(false). The default value is true. To
further filter columns, also use fields
and optionalFields. |
Optional |
57.0 |