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 absolutely love the additional fields. You can do a lot of stuff. It would be nice if you could enter data into those fields via API.
The possibilities are endless. For example GPS data and then when entering lets say odometer data you have GPS coordinates field and you can mark where you ended your trip with a app that uses the API.
The text was updated successfully, but these errors were encountered:
In 1.3.6(next release), you will be able to add extra fields by adding the following params to your API request: extrafields[index][name] and extrafields[index][value]
So for your first extra field it will be extrafield[0][name] and then extrafield[0][value] then for the second extra field it will be extrafield[1][name] and then extrafield[1][value]
Such as:
Note that you will first need to have the Extra Field name configured for the record type in the Settings page otherwise it won't show up in the record.
I absolutely love the additional fields. You can do a lot of stuff. It would be nice if you could enter data into those fields via API.
The possibilities are endless. For example GPS data and then when entering lets say odometer data you have GPS coordinates field and you can mark where you ended your trip with a app that uses the API.
The text was updated successfully, but these errors were encountered: