You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add additional optional configuration to exclude fields and possibly children records (EG where clause). Currently this can be done by just nulling/removing them from the clone SObject instance property
The text was updated successfully, but these errors were encountered:
Correction: there doesn't appear to be any mutate the children on a generic SObject, so I don't removing a child from the returned result set currently is possible.
One solution would be to expose a Map<string, SObject[]> which contained the children that will be updated (key is relationshipname)
Add additional optional configuration to exclude fields and possibly children records (EG where clause). Currently this can be done by just nulling/removing them from the
clone
SObject instance propertyThe text was updated successfully, but these errors were encountered: