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
I have just discovered the CreateAndReturnAsync method and was using it. I then realized it was returning all fields of the record.
Do you think it would be useful to add in a string[] param to allow you to define which fields you'd like to be returned as well?
Or is that making the method too complex and we should just do a regular CreateAsync and use the returned ID (of the new record) to make our own RetrieveAsync call and define the fields we want?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have just discovered the
CreateAndReturnAsync
method and was using it. I then realized it was returning all fields of the record.Do you think it would be useful to add in a string[] param to allow you to define which fields you'd like to be returned as well?
Or is that making the method too complex and we should just do a regular
CreateAsync
and use the returned ID (of the new record) to make our ownRetrieveAsync
call and define the fields we want?Beta Was this translation helpful? Give feedback.
All reactions