procedure ValidateShortcutDimCode(FieldNumber: Integer, var ShortcutDimCode: Code[20])
Parameters
Name
Type
Description
FieldNumber
Integer
ShortcutDimCode
Code[20]
LookupShortcutDimCode
procedure LookupShortcutDimCode(FieldNumber: Integer, var ShortcutDimCode: Code[20])
Parameters
Name
Type
Description
FieldNumber
Integer
ShortcutDimCode
Code[20]
ShowShortcutDimCode
procedure ShowShortcutDimCode(var ShortcutDimCode: array[8] of Code[20])
Parameters
Name
Type
Description
ShortcutDimCode
array[8] of Code[20]
FormatType
procedure FormatType(): Text[20]
Returns
Type
Description
Text[20]
Events
OnBeforeLookupShortcutDimCode
[IntegrationEvent(False,False)]
local procedure OnBeforeLookupShortcutDimCode(var StandardPurchaseLine: Record "Standard Purchase Line", var xStandardPurchaseLine: Record "Standard Purchase Line", FieldNumber: Integer, var ShortcutDimCode: Code[20], var IsHandled: Boolean)
[IntegrationEvent(False,False)]
local procedure OnAfterShowDimensions(var StandardPurchaseLine: Record "Standard Purchase Line", var DimMgt: Codeunit DimensionManagement)
[IntegrationEvent(False,False)]
local procedure OnAfterValidateGLAccountNo(var StandardPurchaseLine: Record "Standard Purchase Line", GLAccount: Record "G/L Account")
[IntegrationEvent(False,False)]
local procedure OnAfterValidateResourceNo(var StandardPurchaseLine: Record "Standard Purchase Line", Resource: Record Resource)
[IntegrationEvent(False,False)]
local procedure OnAfterValidateFANo(var StandardPurchaseLine: Record "Standard Purchase Line", FixedAsset: Record "Fixed Asset")
[IntegrationEvent(False,False)]
local procedure OnAfterValidateItemChargeNo(var StandardPurchaseLine: Record "Standard Purchase Line", ItemCharge: Record "Item Charge")
[IntegrationEvent(False,False)]
local procedure OnAfterValidateShortcutDimCode(var StandardPurchaseLine: Record "Standard Purchase Line", xStandardPurchaseLine: Record "Standard Purchase Line", FieldNumber: Integer, var ShortcutDimCode: Code[20])
[IntegrationEvent(False,False)]
local procedure OnBeforeValidateShortcutDimCode(var StandardPurchaseLine: Record "Standard Purchase Line", xStandardPurchaseLine: Record "Standard Purchase Line", FieldNumber: Integer, var ShortcutDimCode: Code[20])