Oracle Web Services On Demand Guide > Oracle CRM On Demand Objects Accessible Through Web Services > Reference Information About the Parent Objects >

Audit Fields


The audit fields for an object provide information about who created an instance of the object, when it was created, who has last updated an instance of the object, and when it was last updated. All objects, both parent and child level, accessible through the Web services API contain the read-only audit fields contained in Table 189.

Table 189. Audit Fields for the Oracle CRM On Demand Objects
Field Name
Description

CreatedBy

This field is a combination of the full name of the person who created this instance of the object, and the date on which the instance was created. This information is contained within the field in the following format:

"Creator Full Name, CreatedDate"

CreatedById

The Row ID of the user who created the record.

CreatedDate

The DateTime stamp of when the record was created.

ModifiedBy

This field is a combination of the full name of the person who modified this instance of the object, and the date on which the instance was modified. This information is contained within the field in the following format:

"Modified By Full Name, ModifiedDate"

ModifiedById

The Row ID of the user who last modified the record.

ModifiedDate

The DateTime stamp of when the record was last modified.

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