changeOwnerShipInfo

From AgileApps Support Wiki
Revision as of 01:13, 16 September 2011 by imported>Aeric (Created page with "{{DISPLAYTITLE:changeOwnerShipInfo}} Change the owner of a record. ;Requirements: To perform this operation, you must either: :* Own the record, :* Be a [[Syste…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Change the owner of a record.

Requirements

To perform this operation, you must either:

Syntax
Result result = __apiName__(String objectId, String fields, String criteria); 
Result result = __apiName__(String objectId, String fields, String criteria 
                            [, Parameters params] );
Result result = __apiName__(String objectId, String fields, String criteria);
Result result = __apiName__(String objectId, String fields, String criteria,
                            String sortBy, String sortOrder, 
                            String sortBy2, String sortOrder2, 
                            int offset, int numberOfRows);
Parameters
objectId
The object identifier
fields
A comma-separated list of names of the fields to retrieve
criteria
A filter expression that specifies records to select.
params
Optional. A Parameters object that contains additional parameters.
  • ...other parameters...
Returns
Result object

--or--

An integer containing ...
A string containing ...
Throws
Exception
Example
This example ....
...