Codeunit 70623901 EOS05105 DUM Sec. UoM Mgt.

Codeunit 70623901 EOS05105 DUM Sec. UoM Mgt.

Methods

Buffer_UpdateQuantityFields

procedure Buffer_UpdateQuantityFields(var Rec: Record "EOS055 Handling Unit Buffer"; var xRec: Record "EOS055 Handling Unit Buffer"; FromUM: code[10]; ToUM: Code[10]; RefFieldNo: Integer; ValidateField: Boolean)

This procedure is used internally and in bridge apps. Please avoid calling it.

Parameters / Return Value

  • Rec Record "EOS055 Handling Unit Buffer"

    Standard signature.

  • xRec Record "EOS055 Handling Unit Buffer"

    Standard signature.

  • FromUM code[10]

    The original Unit of Measure Code.

  • ToUM Code[10]

    The converted Unit of Measure Code.

  • RefFieldNo Integer

    The number of the field that prompted the conversion.

  • ValidateField Boolean

    If true, performs a validation, otherwise an assignment.


CalcAssignedSecQty

procedure CalcAssignedSecQty(TransferLine: Record "Transfer Line"; Inbound: Boolean): Decimal

Parameters / Return Value

  • TransferLine Record "Transfer Line"

  • Inbound Boolean

  • Returns Decimal


CalcAssignedSecQty

procedure CalcAssignedSecQty(DocLineVariant: Variant): Decimal

Parameters / Return Value

  • DocLineVariant Variant

  • Returns Decimal


CalcAssignedSecQty

procedure CalcAssignedSecQty(SourceType: Integer; SourceSubtype: Integer; SourceNo: Code[20]; SourceLineNo: Integer; SourceSublineNo: Integer;LotNo: Code[50]; SerialNo: Code[50]; FilterByItemTracking: Boolean): Decimal

Parameters / Return Value

  • SourceType Integer

  • SourceSubtype Integer

  • SourceNo Code[20]

  • SourceLineNo Integer

  • SourceSublineNo Integer

  • LotNo Code[50]

  • SerialNo Code[50]

  • FilterByItemTracking Boolean

  • Returns Decimal



EOS Labs -