Table "ATO Sales Buffer"

ID 915
Namespace: Microsoft.Assembly.Reports

Properties

Name Value
Caption ATO Sales Buffer
ReplicateData False
DataClassification CustomerContent

Fields

Name Type Description
Type Option
"Order No." Code[20]
"Item No." Code[20]
"Parent Item No." Code[20]
Quantity Decimal
"Sales Cost" Decimal
"Sales Amount" Decimal
"Profit %" Decimal
"Parent Description" Text[100]
SystemId Guid
SystemCreatedAt DateTime
SystemCreatedBy Guid
SystemModifiedAt DateTime
SystemModifiedBy Guid
SystemRowVersion BigInteger

Methods

UpdateBufferWithComp

procedure UpdateBufferWithComp(CompATOSalesBuffer: Record "ATO Sales Buffer", ProfitPct: Decimal, IsTotal: Boolean)

Parameters

Name Type Description
CompATOSalesBuffer Table Microsoft.Assembly.Reports."ATO Sales Buffer"
ProfitPct Decimal
IsTotal Boolean

UpdateBufferWithItemLedgEntry

procedure UpdateBufferWithItemLedgEntry(ItemLedgEntry: Record "Item Ledger Entry", IsTotal: Boolean)

Parameters

Name Type Description
ItemLedgEntry Table Microsoft.Inventory.Ledger."Item Ledger Entry"
IsTotal Boolean

Events

OnUpdateBufferWithCompOnBeforeInsert

[IntegrationEvent(False,False)]
local procedure OnUpdateBufferWithCompOnBeforeInsert(var ATOSalesBuffer: Record "ATO Sales Buffer", CompATOSalesBuffer: Record "ATO Sales Buffer")

Parameters

Name Type Description
ATOSalesBuffer Table Microsoft.Assembly.Reports."ATO Sales Buffer"
CompATOSalesBuffer Table Microsoft.Assembly.Reports."ATO Sales Buffer"

OnUpdateBufferWithCompOnBeforeModify

[IntegrationEvent(False,False)]
local procedure OnUpdateBufferWithCompOnBeforeModify(var ATOSalesBuffer: Record "ATO Sales Buffer", CompATOSalesBuffer: Record "ATO Sales Buffer")

Parameters

Name Type Description
ATOSalesBuffer Table Microsoft.Assembly.Reports."ATO Sales Buffer"
CompATOSalesBuffer Table Microsoft.Assembly.Reports."ATO Sales Buffer"

OnUpdateBufferWithItemLedgEntryOnBeforeInsert

[IntegrationEvent(False,False)]
local procedure OnUpdateBufferWithItemLedgEntryOnBeforeInsert(var ATOSalesBuffer: Record "ATO Sales Buffer", ItemLedgEntry: Record "Item Ledger Entry")

Parameters

Name Type Description
ATOSalesBuffer Table Microsoft.Assembly.Reports."ATO Sales Buffer"
ItemLedgEntry Table Microsoft.Inventory.Ledger."Item Ledger Entry"

OnUpdateBufferWithItemLedgEntryOnBeforeModify

[IntegrationEvent(False,False)]
local procedure OnUpdateBufferWithItemLedgEntryOnBeforeModify(var ATOSalesBuffer: Record "ATO Sales Buffer", ItemLedgEntry: Record "Item Ledger Entry")

Parameters

Name Type Description
ATOSalesBuffer Table Microsoft.Assembly.Reports."ATO Sales Buffer"
ItemLedgEntry Table Microsoft.Inventory.Ledger."Item Ledger Entry"

See also