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
It would be rather useful to re-query db by a set of Ids without explicitly declaring type required - library should infer the types of record itself and also handle cases where set has mixed types.
Also might be useful to have a method to pass a collection of SObjects and it re-queries with same fields that have been passed in.
Very useful when doing async and you wanna check if database still has same records!
The text was updated successfully, but these errors were encountered:
It would be rather useful to re-query db by a set of Ids without explicitly declaring type required - library should infer the types of record itself and also handle cases where set has mixed types.
Also might be useful to have a method to pass a collection of SObjects and it re-queries with same fields that have been passed in.
Very useful when doing async and you wanna check if database still has same records!
The text was updated successfully, but these errors were encountered: