Codeunit "FA. Jnl.-Post"

ID 5636
Namespace: Microsoft.FixedAssets.Posting

Properties

Name Value
EventSubscriberInstance Manual
TableNo Table Microsoft.FixedAssets.Journal."FA Journal Line"

Methods

Preview

procedure Preview(var FAJournalLine: Record "FA Journal Line")

Parameters

Name Type Description
FAJournalLine Table Microsoft.FixedAssets.Journal."FA Journal Line"

Events

OnBeforeConfirmPost

[IntegrationEvent(False,False)]
local procedure OnBeforeConfirmPost(var FAJnlLine: Record "FA Journal Line", PreviewMode: Boolean, var Result: Boolean, var IsHandled: Boolean)

Parameters

Name Type Description
FAJnlLine Table Microsoft.FixedAssets.Journal."FA Journal Line"
PreviewMode Boolean
Result Boolean
IsHandled Boolean

OnBeforeCode

[IntegrationEvent(False,False)]
local procedure OnBeforeCode(var FAJournalLine: Record "FA Journal Line")

Parameters

Name Type Description
FAJournalLine Table Microsoft.FixedAssets.Journal."FA Journal Line"

OnCodeOnBeforeShowMessage

[IntegrationEvent(False,False)]
local procedure OnCodeOnBeforeShowMessage(var FAJournalLine: Record "FA Journal Line", var IsHandled: Boolean)

Parameters

Name Type Description
FAJournalLine Table Microsoft.FixedAssets.Journal."FA Journal Line"
IsHandled Boolean

See also