CustomRecordTypeReadAll
Extracts all of the customized record type configuration data for a company.
Usage
Use the CustomRecordTypeReadAll method to read all of the customized record types.
If the input argument <IncludeAll> specifies true, the method returns all configuration data, including preconfigured and customized data. If <IncludeAll> specifies false, or is not included in the request, the method returns customized configuration data only.
The input argument <Version> specifies the release of Oracle CRM On Demand for which configuration data is returned. The default value is 21, and specified values up to and including 21 return configuration data applicable to Oracle CRM On Demand Release 21.
If the value specified is greater than 21, then all of the configuration data up to the release specified is returned. For example, if a value of 22 is specified, then all of the configuration data in Release 21 plus the new data in Release 22 is returned.
See CustomRecordTypeUpsert for information about the customized record type data specified in apData:ListOfCustomRecordType.
Arguments
The following table describes the arguments taken by the CustomRecordTypeReadAll method.
| Name | Description | Required | Default | I/O |
|---|---|---|---|---|
IncludeAll |
If true, extracts all configuration data and not just customized configuration data. |
No |
false |
Input |
Version |
Specifies the release of Oracle CRM On Demand for which configuration data is returned. |
No |
21 |
Input |
apData:ListOfCustomRecordType |
The extracted data for all customized record types. |
Not applicable |
Not applicable |
Output |
Return Value of the Call
The customized record types are returned.