Version 7.11.13
Sugar Version 6.5.25 (Build 344)
API REST v4_1/rest.php
Hello I have a problem relating register of different modules.
In this action I try to link a count to a site across the field:
Example:
$set_entry_parameters_account = array(
//session id
âsessionâ => $session_id,
//The name of the module from which to retrieve records.
âmodule_nameâ => âAccountsâ,
//Record attributes
âname_value_listâ => array(âidâ => $clienteBeetrack, âaccounts_cat_sitio_1cat_sitio_idbâ => $idSitio
),
);
in the log it shows me this error
Undefined index: accounts_cat_sitio_1cat_sitio_idb in service/core/SoapHelperWebService.php on line 533
but in the table this field is with the same name
and the relationship works in the crm but not in the REST service,
Could someone help me, maybe they have another name in the file, although I need to know where to look