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