Specifies a description of the custom report layout.
"Send To Email"
Text[200]
Specifies that the report is used when sending emails.
"Use for Email Attachment"
Boolean
Specifies that summarized information, such as invoice number, due date, and payment service link, will be inserted in the body of the email that you send.
"Use for Email Body"
Boolean
Specifies that summarized information, such as invoice number, due date, and payment service link, will be inserted in the body of the email that you send.
"Email Body Layout Code"
Code[20]
Specifies the ID of the email body layout that is used.
"Email Body Layout Description"
Text[250]
Specifies a description of the custom email body layout that is used.
"Use Email from Contact"
Boolean
"Selected Contacts Filter"
Blob
"Email Attachment Layout Name"
Text[250]
"Email Attachment Layout AppID"
Guid
"Email Body Layout Name"
Text[250]
"Email Body Layout AppID"
Guid
"Email Body Layout Caption"
Text[250]
Specifies the description of the report layout that is used for email body.
[IntegrationEvent(True,False)]
local procedure OnBeforeGetSendToEmail(Update: Boolean, var Result: Text[250], var IsHandled: Boolean)
Parameters
Name
Type
Description
Update
Boolean
Result
Text[250]
IsHandled
Boolean
OnCopyFromReportSelections
[IntegrationEvent(False,False)]
local procedure OnCopyFromReportSelections(var CustomReportSelection: Record "Custom Report Selection", var ReportSelections: Record "Report Selections")
[IntegrationEvent(False,False)]
local procedure OnCopyFromReportSelectionsOnBeforeInsert(var CustomReportSelection: Record "Custom Report Selection", ReportSelections: Record "Report Selections")
[IntegrationEvent(False,False)]
local procedure OnGetSendToEmailFromContacts(var CustomReportSelection: Record "Custom Report Selection", var Contact: Record Contact, var ShowExceededContactsNotification: Boolean)