API SearchRecords By Name Does Not Work
When using the searchRecords method in the CRM API and using the Zoho Generated field (ModuleName Name) the api returns "API call cannot be completed as the Criteria parameter contains empty field name". I can query on any custom fields I enter but cannot use the name?
For Example:
Module Name: Department
Filed Name: Department Name
Criteria: (Department Name:Test)
Query Parameters: authtoke={authtoken}&scope=crmapi&criteria=(Department%3AName:Test)
The same Query Parameters above work when using other fields besides the name.
How can I use the name as a part of the search criteria?