Codeunit 18091482 EOS077 Auto Inventory Adjmt.

Codeunit 18091482 EOS077 Auto Inventory Adjmt.

Methods

CheckStockUnder0FromTransSalesEntry

procedure CheckStockUnder0FromTransSalesEntry(var TransSalesEntry: Record "LSC Trans. Sales Entry"; Statement: Record "LSC Statement")

Parameters / Return Value

  • TransSalesEntry Record "LSC Trans. Sales Entry"

  • Statement Record "LSC Statement"


AutoTrackingAssignment

procedure AutoTrackingAssignment(Item: Record Item): Boolean

Parameters / Return Value

  • Item Record "Item"

  • Returns Boolean


CreateItemJnlLineDim

procedure CreateItemJnlLineDim(var ItemJnlLine: Record "Item Journal Line"; pDimSource: List of [Dictionary of [Integer, Code[20]]]; pSalesType: Code[20])

Parameters / Return Value

  • ItemJnlLine Record "Item Journal Line"

  • pDimSource List[Dictionary]

  • pSalesType Code[20]


PostAdjmtFromStatement

procedure PostAdjmtFromStatement(var Statement: Record "LSC Statement")

Parameters / Return Value

  • Statement Record "LSC Statement"

Events

OnBeforeCheckRemainingQuantitySerialLot

procedure OnBeforeCheckRemainingQuantitySerialLot(var ShowErrorForLotSerial: Boolean; var tmpItemJournalLine: Record "Item Journal Line" temporary)

Parameters / Return Value

  • ShowErrorForLotSerial Boolean

  • tmpItemJournalLine Record "Item Journal Line"


OnBeforeCheckRemainingQuantitySerialLotTransferLine

procedure OnBeforeCheckRemainingQuantitySerialLotTransferLine(var ShowErrorForLotSerial: Boolean; var TransferLine: Record "Transfer Line" temporary)

Parameters / Return Value

  • ShowErrorForLotSerial Boolean

  • TransferLine Record "Transfer Line"


OnBeforeInsertTempJnlLineSerialLot

procedure OnBeforeInsertTempJnlLineSerialLot(var tmpItemJournalLine: Record "Item Journal Line" temporary)

Parameters / Return Value

  • tmpItemJournalLine Record "Item Journal Line"

OnBeforeInsertTempJnlLineSerialLotForTransferLine

procedure OnBeforeInsertTempJnlLineSerialLotForTransferLine(var tmpItemJournalLine: Record "Item Journal Line" temporary)

Parameters / Return Value

  • tmpItemJournalLine Record "Item Journal Line"


EOS Labs -