Table of Contents

KVSFCYImplementStdCostChange

OBSOLETE

This Element will be removed or changed with a future Version of the App.

Events

OnBeforeCalculateInventoryValue(Record Item Journal Template, Record Standard Cost Worksheet, Date, Code[20], Boolean, Boolean, Record Item Journal Batch) :

Summary: Event before calculating inventory value.

[IntegrationEvent(false, false)]
local procedure OnBeforeCalculateInventoryValue(var ItemJournalTemplate: Record "Item Journal Template"; var StandardCostWorksheet: Record "Standard Cost Worksheet"; PostingDate: Date; DocNo: Code[20]; HideDuplWarning: Boolean; var IsHandled: Boolean; var ItemJournalBatch: Record "Item Journal Batch"): 

Parameters:

  • ItemJournalTemplate: Item journal template record.
  • StandardCostWorksheet: Standard cost worksheet record.
  • PostingDate: Posting date.
  • DocNo: Document number.
  • HideDuplWarning: True to hide duplicate warning.
  • IsHandled: True to handle event.
  • ItemJournalBatch: Item journal batch record.

OnBeforeUpdateResourceCost(Record Standard Cost Worksheet, Record Resource, Boolean) :

Summary: Event before updating resource cost.

[IntegrationEvent(false, false)]
local procedure OnBeforeUpdateResourceCost(StandardCostWorksheet: Record "Standard Cost Worksheet"; Resource: Record "Resource"; var IsHandled: Boolean): 

Parameters:

  • StandardCostWorksheet: Standard cost worksheet record.
  • Resource: Resource record.
  • IsHandled: True to handle event.