Codeunit "Library API - General Journal"

ID 5469
Namespace: Microsoft.Finance.GeneralLedger.Journal

Methods

InitializeLine

procedure InitializeLine(var GenJournalLine: Record "Gen. Journal Line", LineNo: Integer, DocumentNo: Code[20], ExternalDocumentNo: Code[35])

Parameters

Name Type Description
GenJournalLine Table Microsoft.Finance.GeneralLedger.Journal."Gen. Journal Line"
LineNo Integer
DocumentNo Code[20]
ExternalDocumentNo Code[35]

EnsureGenJnlBatchExists

procedure EnsureGenJnlBatchExists(TemplateNameTxt: Text[10], BatchNameTxt: Text[10])

Parameters

Name Type Description
TemplateNameTxt Text[10]
BatchNameTxt Text[10]

GetBatchNameFromId

procedure GetBatchNameFromId(JournalBatchId: Guid): Code[10]

Parameters

Name Type Description
JournalBatchId Guid

Returns

Type Description
Code[10]

See also