You need to sign in to do that
Don't have an account?

partially updating objects
When doing updates do I need to grab all fields of an object so that I don't null out fields that I haven't selected?
You need to sign in to do that
Don't have an account?
Hi Jason,
No. When you create a new instance of an object, only the fields that you set will be updated or created. If you need to null a field, then you include the name of the field in the fields to null parameter of the sobject.