Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Additional Fields enter data via API #588

Closed
T00ManySecrets opened this issue Aug 23, 2024 · 3 comments
Closed

[Feature Request] Additional Fields enter data via API #588

T00ManySecrets opened this issue Aug 23, 2024 · 3 comments
Assignees
Labels
pending release fix in place, pending release

Comments

@T00ManySecrets
Copy link

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.

@hargata hargata self-assigned this Aug 26, 2024
@hargata hargata added the pending release fix in place, pending release label Aug 26, 2024
@hargata
Copy link
Owner

hargata commented Aug 26, 2024

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:
image

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.

Once added, it will appear like so:

image

@hargata
Copy link
Owner

hargata commented Aug 26, 2024

Released

@hargata hargata closed this as completed Aug 26, 2024
@T00ManySecrets
Copy link
Author

Love it!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pending release fix in place, pending release
Projects
None yet
Development

No branches or pull requests

2 participants