Report "Fixed Asset Journal - Test"

ID 5602
Namespace: Microsoft.FixedAssets.Reports

View the journal lines in a fixed asset journal. You can use the report to check the lines before you post the journal.

Properties

Name Value
DefaultLayout RDLC
RDLCLayout ./FixedAssets/Reports/FixedAssetJournalTest.rdlc
Caption Fixed Asset Journal - Test

Events

OnErrorLoopOnAfterGetRecordOnBeforeCheckFAPostingDate

[IntegrationEvent(False,False)]
local procedure OnErrorLoopOnAfterGetRecordOnBeforeCheckFAPostingDate(var FAJournalLine: Record "FA Journal Line", var ErrorText: array[50] of Text[250], var ErrorCounter: Integer, var IsHandled: Boolean)

Parameters

Name Type Description
FAJournalLine Table Microsoft.FixedAssets.Journal."FA Journal Line"
ErrorText array[50] of Text[250]
ErrorCounter Integer
IsHandled Boolean

See also