Audit Fields:
CreatedById | reference | ID of the User who created this record. CreatedById fields have Defaulted on create and Filter access. |
CreatedDate | dateTime | Date and time when this record was created. CreatedDate fields have Defaulted on create and Filter access. |
LastModifiedById | reference | ID of the User who last updated this record. LastModifiedById fields have Defaulted on create and Filter access. |
LastModifiedDate | dateTime | Date and time when a user last modified this record. LastModifiedDate fields have Defaulted on create and Filter access. |
SystemModstamp | dateTime | Date and time when a user or automated process (such as a trigger) last modified this record. In this context, "trigger" refers to Salesforce code that runs to implement standard functionality, and not an Apex trigger. SystemModstamp fields have Defaulted on create and Filter access. |
- The only audit field you cannot set a value for is systemModstamp.
- If you import data into Salesforce and want to retain the audit field values of the source system, you can set the values for audit fields on the following objects: Account, ArticleVersion, Attachment, CampaignMember, Case, CaseComment, Contact, ContentVersion, Contract, Event, Idea, IdeaComment, Lead, Opportunity, Question, Task, Vote, and custom objects.
- From Setup, enter User Interface in the Quick Find box, then select User Interface under Customize.
- Under Setup, select Enable “Set Audit Fields upon Record Creation” and “Update Records with Inactive Owners” User Permissions.
- In the permission set or profile that you want to set audit fields with, enable the permission Set Audit Fields upon Record Creation.
- Using the API, create a record and set its audit fields.
Not all standard objects have all audit fields. Check the Enterprise WSDL to verify which audit fields are available for a given object.
This is not possible on update, only insert. You can promote the idea on updating the existing records audit fields in Ideas.
Stepwise Explanation:
Comments
Post a Comment