[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 534 lines (19 kb) |
Included or required: | 3 times |
Referenced: | 0 times |
Includes or requires: | 7 files modules/Contacts/Contacts.php modules/HelpDesk/HelpDesk.php modules/Documents/Documents.php modules/Users/Users.php modules/Emails/Emails.php modules/Accounts/Accounts.php modules/Leads/Leads.php |
Vtiger_MailScannerAction:: (18 methods):
log()
__construct()
initialize()
update()
delete()
__nextsequence()
apply()
__UpdateTicket()
__CreateContact()
__CreateLead()
__CreateAccount()
__CreateTicket()
linkMail()
__LinkToRecord()
__CreateNewEmail()
__SaveAttachements()
__SaveAttachmentFile()
setDefaultValue()
Class: Vtiger_MailScannerAction - X-Ref
Mail Scanner Actionlog($message) X-Ref |
No description |
__construct($foractionid) X-Ref |
Constructor. |
initialize($foractionid) X-Ref |
Initialize this instance. |
update($ruleid, $actiontext) X-Ref |
Create/Update the information of Action into database. |
delete() X-Ref |
Delete the actions from tables. |
__nextsequence() X-Ref |
Get next sequence of Action to use. |
apply($mailscanner, $mailrecord, $mailscannerrule, $matchresult) X-Ref |
Apply the action on the mail record. |
__UpdateTicket($mailscanner, $mailrecord, $regexMatchInfo) X-Ref |
Update ticket action. |
__CreateContact($mailscanner, $mailrecord) X-Ref |
Create ticket action. |
__CreateLead($mailscanner, $mailrecord) X-Ref |
Create Lead action. |
__CreateAccount($mailscanner, $mailrecord) X-Ref |
Create Account action. |
__CreateTicket($mailscanner, $mailrecord) X-Ref |
Create ticket action. |
linkMail($mailscanner, $mailrecord, $relatedTo) X-Ref |
Function to link email record to contact/account/lead record if exists with same email id param: type $mailscanner param: type $mailrecord |
__LinkToRecord($mailscanner, $mailrecord) X-Ref |
Add email to CRM record like Contacts/Accounts |
__CreateNewEmail($mailrecord, $module, $linkfocus) X-Ref |
Create new Email record (and link to given record) including attachements |
__SaveAttachements($mailrecord, $basemodule, $basefocus) X-Ref |
Save attachments from the email and add it to the module record. |
__SaveAttachmentFile($attachid, $filename, $filecontent) X-Ref |
Save the attachment to the file |
setDefaultValue($module, $moduleObj) X-Ref |
No description |
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |