Table of Contents

KVSKBADocumentTextTranslation

Fields

Name Type Note
Language Code Code[10]
Footer Text Left 1 Text[50]
Footer Text Left 2 Text[50]
Footer Text Left 3 Text[50]
Footer Text Left 4 Text[50]
Footer Text Center-Left 1 Text[50]
Footer Text Center-Left 2 Text[50]
Footer Text Center-Left 3 Text[50]
Footer Text Center-Left 4 Text[50]
Footer Text Center-Right 1 Text[50]
Footer Text Center-Right 2 Text[50]
Footer Text Center-Right 3 Text[50]
Footer Text Center-Right 4 Text[50]
Footer Text Right 1 Text[50]
Footer Text Right 2 Text[50]
Footer Text Right 3 Text[50]
Footer Text Right 4 Text[50]
Default Language Boolean
Picture 1 Blob
Picture 1 - Last Mod. DateTime DateTime
Picture 2 Blob
Picture 2 - Last Mod. DateTime DateTime
Picture 3 Blob
Picture 3 - Last Mod. DateTime DateTime

Procedures

GetLanguage(Code[10]) :

Summary: Loads the document text translation record for the given language code.

procedure GetLanguage(LanguagePar: Code[10]): 

Parameters:

  • LanguagePar: The language code to retrieve the translation for.

Remarks: If no record is found for the given language code, the procedure falls back to the record marked as the default language. If no default language record exists, it falls back to the first available record. After finding the record, Picture 1, Picture 2, and Picture 3 blob fields are calculated automatically.

SetPicture1FromBlob(Codeunit Temp Blob) :

procedure SetPicture1FromBlob(TempBlob: Codeunit "Temp Blob"): 

SetPicture2FromBlob(Codeunit Temp Blob) :

procedure SetPicture2FromBlob(TempBlob: Codeunit "Temp Blob"): 

SetPicture3FromBlob(Codeunit Temp Blob) :

procedure SetPicture3FromBlob(TempBlob: Codeunit "Temp Blob"):