Table of Contents

Codeunit "ForNAV Text Splitter"

ID 6188557

Methods

FillText

Splits the Text of any given blob field into multiple lines.

procedure FillText(var Text: Record "ForNAV Text" temporary, RawText: Text)

Parameters

Name Type Description
Text Record "ForNAV Text" temporary

Text temporary table.

RawText Text

Text temporary table.

FillText

Splits the Text of any given blob field into multiple lines.

procedure FillText(var Text: Record "ForNAV Text" temporary, SourceRec: Variant)

Parameters

Name Type Description
Text Record "ForNAV Text" temporary

Text temporary table.

SourceRec Variant

The parent table. Used to determine item tracking entries.

GetNextTextPart

procedure GetNextTextPart(var RawText: Text): Text

Parameters

Name Type Description
RawText Text

Returns

Type Description
Text

Events

OnBeforeFillText

[IntegrationEvent(False,False)]
procedure OnBeforeFillText(var Text: Record "ForNAV Text" temporary, SourceRec: Variant, var Handled: Boolean)

Parameters

Name Type Description
Text Record "ForNAV Text" temporary
SourceRec Variant
Handled Boolean

See also