Codeunit 70624441 EOS051 Tracking Mgt.
Codeunit 70624441 EOS051 Tracking Mgt.
Methods
GetSumOfSecQtyToHandle
procedure GetSumOfSecQtyToHandle(SourceType: Integer; SourceSubtype: Integer; SourceID: Code[20]; SourceRefNo: Integer; SourceBatchName: Code[10]) TotalSecQuantity: Decimal
Parameters / Return Value
SourceType
IntegerSourceSubtype
IntegerSourceID
Code[20]SourceRefNo
IntegerSourceBatchName
Code[10]Returns
Decimal
GetSumOfSecQtyToHandle
procedure GetSumOfSecQtyToHandle(SourceType: Integer; SourceSubtype: Integer; SourceID: Code[20]; SourceRefNo: Integer; SourceBatchName: Code[10]; SourceProdOrderLine: Integer) TotalSecQuantity: Decimal
Parameters / Return Value
SourceType
IntegerSourceSubtype
IntegerSourceID
Code[20]SourceRefNo
IntegerSourceBatchName
Code[10]SourceProdOrderLine
IntegerReturns
Decimal
Events
OnBefore_OnValidate_TrackingSpec_DUM_Fields
local procedure OnBefore_OnValidate_TrackingSpec_DUM_Fields(RefFieldNo: Integer; var Rec: Record "Tracking Specification"; xRec: Record "Tracking Specification"; CurrFieldNo: Integer; var IsHandeld: Boolean)
Raised before Dual UoM fields on TrackingSpec are validated runnig standard app code
Parameters / Return Value
RefFieldNo
IntegerTrackingSpec field no. that has been validated.
Rec
Record "Tracking Specification"Standard signature.
xRec
Record "Tracking Specification"Standard signature.
CurrFieldNo
IntegerStandard signature.
IsHandeld
Boolean
OnAfter_OnValidate_TrackingSpec_DUM_Fields
local procedure OnAfter_OnValidate_TrackingSpec_DUM_Fields(RefFieldNo: Integer; var Rec: Record "Tracking Specification"; xRec: Record "Tracking Specification"; CurrFieldNo: Integer)
Raised after Dual UoM fields on TrackingSpec are validated runnig standard app code
Parameters / Return Value
RefFieldNo
IntegerTrackingSpec field no. that has been validated.
Rec
Record "Tracking Specification"Standard signature.
xRec
Record "Tracking Specification"Standard signature.
CurrFieldNo
IntegerStandard signature.
OnBeforeGetSumOfSecQtyToHandle
local procedure OnBeforeGetSumOfSecQtyToHandle(SourceType: Integer; SourceSubtype: Integer; SourceID: Code[20]; SourceRefNo: Integer; SourceBatchName: Code[10]; SourceProdOrderLine: Integer; var TotalSecQuantity: Decimal; var IsHandled: Boolean)
Raised before calculating the sum of the sec. quantity to handle on the tracking lines
Parameters / Return Value
SourceType
Integer“Source Type” field of Reservation Entry
SourceSubtype
Integer“Source Subtype” field of Reservation Entry
SourceID
Code[20]“Source ID” field of Reservation Entry
SourceRefNo
Integer“Source Ref. No.” field of Reservation Entry
SourceBatchName
Code[10]“Source Batch Name” field of Reservation Entry
SourceProdOrderLine
Integer“Source Prod. Order Line” field of Reservation Entry
TotalSecQuantity
DecimalThe sum of the sec. quantity to handle (only use this parameter in combination with “IsHandled” to skip the standard logic)
IsHandled
BooleanIf true, skips the standard logic
OnAfterGetSumOfSecQtyToHandle
local procedure OnAfterGetSumOfSecQtyToHandle(SourceType: Integer; SourceSubtype: Integer; SourceID: Code[20]; SourceRefNo: Integer; SourceBatchName: Code[10]; SourceProdOrderLine: Integer; var TotalSecQuantity: Decimal)
Raised after calculating the sum of the sec. quantity to handle on the tracking lines
Parameters / Return Value
SourceType
Integer“Source Type” field of Reservation Entry
SourceSubtype
Integer“Source Subtype” field of Reservation Entry
SourceID
Code[20]“Source ID” field of Reservation Entry
SourceRefNo
Integer“Source Ref. No.” field of Reservation Entry
SourceBatchName
Code[10]“Source Batch Name” field of Reservation Entry
SourceProdOrderLine
Integer“Source Prod. Order Line” field of Reservation Entry
TotalSecQuantity
DecimalThe calculated sum of the sec. quantity to handle
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.