generated from spatie/package-skeleton-laravel
-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
How do i get the list of attachment in a module ?
$leads = ZohoManager::useModule('Leads');
$lead = $leads->getRecord($request->leadid);
$lead_attachments = $lead->getRelatedListRecords('Attachments');
$lead =$lead->getkeyValues();
error : Call to undefined method com\zoho\crm\api\record\Record::getRelatedListRecords()
Metadata
Metadata
Assignees
Labels
No labels