API Filter by Custom Field

Hi,

Im using Postman to test some Queries using the latest version of the API (8)

I have added a custom field to Accounts called: firm_id_c

What / Can I us this custom field as the filter?

Like:
api/v8/modules/Accounts?filter[Accounts.firm_id_c]=[eq]12345678

When I try this in the suitecrm.log I see:

MySQL error 1054: Unknown column ‘accounts.firm_id_c’ in ‘where clause’

Regards
Brendan

1 Like

New issue opened here

https://github.com/salesagility/SuiteCRM/issues/5618

Thanks for reporting!

1 Like

… and that issue is now fixed! Visit the Issue and if you can test the solution and give some feedback there, that would be great. Thanks

1 Like

Thank you,
I will look at trying to test later today.