searchRecords when field name has parentheses?
The "criteria" parameter from
searchRecords API call uses parentheses, it's OK :)
But if a field name has parentheses, I can't find a way to have searchRecords works.
E.g., field name is "
Accounting ID (Exact)
", so the call like:
criteria=
((Accounting ID (Exact):78799))
gives error:
<code>4600</code>
<message>
Unable to process your request. Please verify if the name and value is appropriate for the "criteria" parameter.
</message>
Could you help me please?
Sure, I am looking for solution without renaming a field.
Thanks!