Codeunit "ForNAV HTML Splitter"
ID 6188554
Methods
FillHTML
Splits the HTML of any given blob field into multiple lines.
procedure FillHTML(var HTML: Record "ForNAV HTML" temporary, RawHTML: Text)
Parameters
Name | Type | Description |
---|---|---|
HTML | Record "ForNAV HTML" temporary |
HTML temporary table. |
RawHTML | Text |
HTML temporary table. |
FillHTML
Splits the HTML of any given blob field into multiple lines.
procedure FillHTML(var HTML: Record "ForNAV HTML" temporary, SourceRec: Variant)
Parameters
Name | Type | Description |
---|---|---|
HTML | Record "ForNAV HTML" temporary |
HTML temporary table. |
SourceRec | Variant |
The parent table. Used to determine item tracking entries. |
GetNextHTMLPart
procedure GetNextHTMLPart(var RawHTML: Text): Text
Parameters
Name | Type | Description |
---|---|---|
RawHTML | Text |
Returns
Type | Description |
---|---|
Text |
Events
OnBeforeFillHTML
[IntegrationEvent(False,False)]
procedure OnBeforeFillHTML(var HTML: Record "ForNAV HTML" temporary, SourceRec: Variant, var Handled: Boolean)
Parameters
Name | Type | Description |
---|---|---|
HTML | Record "ForNAV HTML" temporary | |
SourceRec | Variant | |
Handled | Boolean |