Report "Create Reminders"

ID 188
Namespace: Microsoft.Sales.Reminder

Properties

Name Value
Caption Create Reminders
ProcessingOnly True

Methods

InitializeRequest

procedure InitializeRequest(DocumentDate: Date, PostingDate: Date, OverdueEntries: Boolean, NewUseHeaderLevel: Boolean, IncludeEntries: Boolean)

Parameters

Name Type Description
DocumentDate Date
PostingDate Date
OverdueEntries Boolean
NewUseHeaderLevel Boolean
IncludeEntries Boolean

SetApplyLineFeeOnFilters

procedure SetApplyLineFeeOnFilters(var CustLedgEntryLineFeeOn2: Record "Cust. Ledger Entry")

Parameters

Name Type Description
CustLedgEntryLineFeeOn2 Table Microsoft.Sales.Receivables."Cust. Ledger Entry"

Events

OnAfterOnPreReport

[IntegrationEvent(False,False)]
local procedure OnAfterOnPreReport(var CustLedgerEntry: Record "Cust. Ledger Entry")

Parameters

Name Type Description
CustLedgerEntry Table Microsoft.Sales.Receivables."Cust. Ledger Entry"

OnAfterUpdateProgressWindow

[IntegrationEvent(False,False)]
local procedure OnAfterUpdateProgressWindow(Customer: Record Customer, var Window: Dialog)

Parameters

Name Type Description
Customer Table Microsoft.Sales.Customer.Customer
Window Dialog

OnBeforeOnPreReport

[IntegrationEvent(False,False)]
local procedure OnBeforeOnPreReport()

OnBeforeOnPostReport

[IntegrationEvent(False,False)]
local procedure OnBeforeOnPostReport()

OnAfterGetRecordCustomerOnBeforeMakeReminder

[IntegrationEvent(False,False)]
local procedure OnAfterGetRecordCustomerOnBeforeMakeReminder(Customer: Record Customer, var CustLedgEntry: Record "Cust. Ledger Entry", ReminderHeaderReq: Record "Reminder Header", OverdueEntriesOnly: Boolean, IncludeEntriesOnHold: Boolean, var CustLedgEntryLineFeeOn: Record "Cust. Ledger Entry", var Result: Boolean, var IsHandled: Boolean, var ReminderMake: Codeunit "Reminder-Make")

Parameters

Name Type Description
Customer Table Microsoft.Sales.Customer.Customer
CustLedgEntry Table Microsoft.Sales.Receivables."Cust. Ledger Entry"
ReminderHeaderReq Table Microsoft.Sales.Reminder."Reminder Header"
OverdueEntriesOnly Boolean
IncludeEntriesOnHold Boolean
CustLedgEntryLineFeeOn Table Microsoft.Sales.Receivables."Cust. Ledger Entry"
Result Boolean
IsHandled Boolean
ReminderMake Codeunit Microsoft.Sales.Reminder."Reminder-Make"

OnCustomerOnPreDataItemOnBeforeCount

[IntegrationEvent(False,False)]
local procedure OnCustomerOnPreDataItemOnBeforeCount(var Customer: Record Customer)

Parameters

Name Type Description
Customer Table Microsoft.Sales.Customer.Customer

OnOpenProgressWindowOnBeforeWindowOpen

[IntegrationEvent(False,False)]
local procedure OnOpenProgressWindowOnBeforeWindowOpen(NoOfRecords: Integer, var ProgressBarText: Text)

Parameters

Name Type Description
NoOfRecords Integer
ProgressBarText Text

See also