The Community will be undergoing maintenance on Friday January 10 at 2:00pm - Saturday January 11 at 2:00pm EST, and will be "read-only." For assistance during this time, please visit our Help Center.
Mar 27, 2023 05:01 AM - edited Mar 27, 2023 05:05 AM
I'm looking for a way to get record fields by id not by name.
It's possible while using select method using returnFieldsByFieldId parameter , but don't find how with find, update and create methods.
The web API supposes this is possible, but I don't find the way to do it thru javascript API
Any dea ?
Mar 28, 2023 12:50 AM
I've found this code to pass query parameters to find() function, but it throw "Uncaught (in promise) TypeError: done is not a function" :