Oracle Web Services On Demand Guide > Web Services On Demand API Calls > Administrative Services API Calls >

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

Table 93 describes the arguments taken by the CustomRecordTypeReadAll method.

Table 93. 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.

Oracle Web Services On Demand Guide, Version 21.0 (Oracle CRM On Demand Release 33) Copyright © 2016, Oracle and/or its affiliates. All rights reserved. Legal Notices.