Report "Copy - General Posting Setup"

ID 87
Namespace: Microsoft.Finance.GeneralLedger.Setup

Properties

Name Value
Caption Copy - General Posting Setup
ProcessingOnly True

Methods

SetGenPostingSetup

procedure SetGenPostingSetup(GenPostingSetup2: Record "General Posting Setup")

Parameters

Name Type Description
GenPostingSetup2 Table Microsoft.Finance.GeneralLedger.Setup."General Posting Setup"

Events

OnAfterCopyGenPostingSetup

[IntegrationEvent(True,False)]
local procedure OnAfterCopyGenPostingSetup(var ToGeneralPostingSetup: Record "General Posting Setup", FromGeneralPostingSetup: Record "General Posting Setup", var CopySales: Boolean, var CopyPurchases: Boolean, var CopyInventory: Boolean, var CopyManufacturing: Boolean)

Parameters

Name Type Description
ToGeneralPostingSetup Table Microsoft.Finance.GeneralLedger.Setup."General Posting Setup"
FromGeneralPostingSetup Table Microsoft.Finance.GeneralLedger.Setup."General Posting Setup"
CopySales Boolean
CopyPurchases Boolean
CopyInventory Boolean
CopyManufacturing Boolean

See also