You need to sign in to do that
Don't have an account?
Dharmendra
Createable is true for createdbyid, CreatedDate, LastModifiedById, and LastModifiedDate
Hi,
I'm working with Partner APIs and for integration purpose, For a Salesforce account, I've received the Sobjects and its fields.
For sOjbects: Lead, Contact, Case, Event and Account, I fetch fields details for these and found that createdbyid, CreatedDate, LastModifiedById, and LastModifiedDate fields of these objects have Createable property as true for this Salesforce account.
According to Salesforce documentation and UI, we can't modify the createable status to true for these system fields.
Is there any way to modify the createable to true for these system fields?
Please help me to identify it, as I haven't found a way for modifying it or why Salesforce Partner API return its value to true.
I'm working with Partner APIs and for integration purpose, For a Salesforce account, I've received the Sobjects and its fields.
For sOjbects: Lead, Contact, Case, Event and Account, I fetch fields details for these and found that createdbyid, CreatedDate, LastModifiedById, and LastModifiedDate fields of these objects have Createable property as true for this Salesforce account.
According to Salesforce documentation and UI, we can't modify the createable status to true for these system fields.
Is there any way to modify the createable to true for these system fields?
Please help me to identify it, as I haven't found a way for modifying it or why Salesforce Partner API return its value to true.
This is happnig due to winter 16 release because in winter 16 relese you can update System fields like createdbyid, CreatedDate, LastModifiedById, and LastModifiedDate if create records through the Data loader Or API
See here : http://releasenotes.docs.salesforce.com/en-us/winter16/release-notes/rn_general_audit_fields_inactive_owners.htm?eid=singlesend&d=70130000000NIyh (http://releasenotes.docs.salesforce.com/en-us/winter16/release-notes/rn_general_audit_fields_inactive_owners.htm?eid=singlesend&d=70130000000NIyh)
Thanks,
Rajendra
All Answers
This is happnig due to winter 16 release because in winter 16 relese you can update System fields like createdbyid, CreatedDate, LastModifiedById, and LastModifiedDate if create records through the Data loader Or API
See here : http://releasenotes.docs.salesforce.com/en-us/winter16/release-notes/rn_general_audit_fields_inactive_owners.htm?eid=singlesend&d=70130000000NIyh (http://releasenotes.docs.salesforce.com/en-us/winter16/release-notes/rn_general_audit_fields_inactive_owners.htm?eid=singlesend&d=70130000000NIyh)
Thanks,
Rajendra
Thanks for the reply. I've verified with the Salesforce account and its the same feature used in that account.