Skip to content

Vtiger 7.1: Webservice relatedtypes operation does not return correct result

The relatedtypes operation does not consider the 'prsence' field of the table 'vtiger_relatedlists'.

Please add the condition ' AND vtiger_relatedlists.presence = 0 ' in the query in file 'include\Webservices\RelatedTypes.php'

ScreenShot229