EFDocEmailSender_BR Class [AX 2012]
| Method | Description | |
|---|---|---|
| attachFile | |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| fileExists | Checks if the file specified exists on the server file system. |
| fileSize | Gets the specified file's size |
| getCompletePdfFileName | Gets the complete PDF file name by concatenating the path and the file name |
| getDestinationAddresses | Retrieves the list of destination addresses that XML email messages should be sent to. |
| getEmailLanguageId | |
| getEmailTemplateForEFDocEvent | Gets the correct email template, if a template was set up by the user. |
| getEmailTemplateForEFDocument | Gets the correct email template based on the fiscal document status, if a template was set up by the user. |
| getPdfFile | Gets the complete PDF file path |
| getTagSubstitutionMap | Builds a map that maps TAGS to information about the NF-e to substitute in the body or subject of the email message. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getXMLFile | Generates a temporary fiscal document XML file in the file system that will be sent to the fiscal document recipient as an email attachment. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| loadFileData | Gets the specified file's binary data |
| new | Instantiates an EFDocEmailSender_BR object. |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmEFDocument | Sets or retrieves the EFDocument_BR record that the email message is based on. |
| prepareEmailMessage | Prepares the email message to be sent, inserting it into the correct email tables. |
| sendEmail | Prepares the email message and sends it to the correct destination addresses. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| shouldSendPdfDanfe | |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Instantiates an EFDocEmailSender_BR object. |
| ::constructFromAccessKey | Instantiates an EFDocEmailSender_BR object, based on the access key from the referenced document. |
Community Additions
ADD
Show: