Open jayomayan opened 1 year ago
@jayomayan
$leads = ZohoManager::useModule('Leads');
//This is a get lead
$lead = $leads->getRecord($request->leadid);
//This is a get Related
$attachments = $leads->getRelatedListRecords($request->get('leadid'), 'Attachments');
How do i get the list of attachment in a module ?
error : Call to undefined method com\zoho\crm\api\record\Record::getRelatedListRecords()