Multi-select Lookup through API
Hi,
We have a problem accessing records from API for a LinkingModule :
<?xml version="1.0" encoding="UTF-8" ?>
<response uri="/crm/private/xml/LinkingModule1/getRecords">
<error>
<code>4600</code>
<message>Unable to process your request. Please verify whether you have entered proper method name,parameter and parameter values.</message>
</error>
</response>
but no problem for a CustomModule
we added a multi-select lookup in leads module and we want to get records for this field through API, is it possible ?
Thanks a lot,