[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 295 lines (11 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Leads_Record_Model:: (10 methods):
getConvertLeadUrl()
getSearchResult()
getAccountFieldsForLeadConvert()
getContactFieldsForLeadConvert()
getPotentialsFieldsForLeadConvert()
getConvertLeadMappedField()
getConvertLeadFields()
getCreateEventUrl()
getCreateTaskUrl()
isLeadConverted()
Class: Leads_Record_Model - X-Ref
getConvertLeadUrl() X-Ref |
Function returns the url for converting lead |
getSearchResult($searchKey, $module=false) X-Ref |
Static Function to get the list of records matching the search key param: <String> $searchKey return: <Array> - List of Vtiger_Record_Model or Module Specific Record Model instances |
getAccountFieldsForLeadConvert() X-Ref |
Function returns Account fields for Lead Convert return: Array |
getContactFieldsForLeadConvert() X-Ref |
Function returns Contact fields for Lead Convert return: Array |
getPotentialsFieldsForLeadConvert() X-Ref |
Function returns Potential fields for Lead Convert return: Array |
getConvertLeadMappedField($fieldName, $moduleName) X-Ref |
Function returns field mapped to Leads field, used in Lead Convert for settings the field values param: <String> $fieldName return: <String> |
getConvertLeadFields() X-Ref |
Function returns the fields required for Lead Convert return: <Array of Vtiger_Field_Model> |
getCreateEventUrl() X-Ref |
Function returns the url for create event return: <String> |
getCreateTaskUrl() X-Ref |
Function returns the url for create todo return: <String> |
isLeadConverted() X-Ref |
Function to check whether the lead is converted or not return: True if the Lead is Converted false otherwise. |
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |