Table of Contents

Codeunit "ForNAV Get Email Text"

ID 6188589

Methods

GetEmailText

Get the email text for a Reminder Item

procedure GetEmailText(var EmailText: Record "ForNAV Email Text"; SourceRec: Variant)

Parameters

Name Type Description
EmailText Table "ForNAV Email Text"

ForNAV Email Text temporary table.

SourceRec Variant

A variant of type Record or RecordRef that represents the source table.

Events

OnBeforeGetEmailText

[IntegrationEvent(False,False)]
procedure OnBeforeGetEmailText(var EmailText: Record "ForNAV Email Text"; SourceRec: Variant; var Handled: Boolean)

Parameters

Name Type Description
EmailText Table "ForNAV Email Text"
SourceRec Variant
Handled Boolean

See also