Codeunit "Invt. Ledger Source Mgt."

ID 5861
Namespace: Microsoft.Inventory.Ledger

Methods

GetSourceDescription

procedure GetSourceDescription(SourceType: Enum "Analysis Source Type", SourceNo: Code[20]): Text

Parameters

Name Type Description
SourceType Enum Microsoft.Foundation.Enums."Analysis Source Type"
SourceNo Code[20]

Returns

Type Description
Text

GetSourceOrderNo

procedure GetSourceOrderNo(DocType: Enum "Item Ledger Document Type", DocNo: Code[20]): Code[20]

Parameters

Name Type Description
DocType Enum Microsoft.Inventory.Ledger."Item Ledger Document Type"
DocNo Code[20]

Returns

Type Description
Code[20]

Events

OnBeforeGetSourceDescription

[IntegrationEvent(False,False)]
local procedure OnBeforeGetSourceDescription(SourceType: Enum "Analysis Source Type", SourceNo: Code[20], var SourceDescription: Text, var IsHandled: Boolean)

Parameters

Name Type Description
SourceType Enum Microsoft.Foundation.Enums."Analysis Source Type"
SourceNo Code[20]
SourceDescription Text
IsHandled Boolean

OnGetSourceDescription

[IntegrationEvent(False,False)]
local procedure OnGetSourceDescription(SourceType: Enum "Analysis Source Type", SourceNo: Code[20], var SourceDescription: Text)

Parameters

Name Type Description
SourceType Enum Microsoft.Foundation.Enums."Analysis Source Type"
SourceNo Code[20]
SourceDescription Text

OnBeforeGetSourceOrderNo

[IntegrationEvent(False,False)]
local procedure OnBeforeGetSourceOrderNo(DocType: Enum "Item Ledger Document Type", DocNo: Code[20], var SourceOrderNo: Code[20], var IsHandled: Boolean)

Parameters

Name Type Description
DocType Enum Microsoft.Inventory.Ledger."Item Ledger Document Type"
DocNo Code[20]
SourceOrderNo Code[20]
IsHandled Boolean

OnGetSourceOrderNo

[IntegrationEvent(False,False)]
local procedure OnGetSourceOrderNo(DocType: Enum "Item Ledger Document Type", DocNo: Code[20], var SourceOrderNo: Code[20])

Parameters

Name Type Description
DocType Enum Microsoft.Inventory.Ledger."Item Ledger Document Type"
DocNo Code[20]
SourceOrderNo Code[20]

See also