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]
CreateDim
procedure CreateDim(DefaultDimSource: List of [Dictionary of [Integer, Code[20]]])
Parameters
Name
Type
Description
DefaultDimSource
List of [Dictionary of [Integer, Code[20]]]
CreateDimFromDefaultDim
procedure CreateDimFromDefaultDim()
Events
OnAfterInitDefaultDimensionSources
[IntegrationEvent(False,False)]
local procedure OnAfterInitDefaultDimensionSources(var StandardServiceLine: Record "Standard Service Line", var DefaultDimSource: List of [Dictionary of [Integer, Code[20]]])
[IntegrationEvent(False,False)]
local procedure OnAfterCreateDim(var StandardServiceLine: Record "Standard Service Line", DefaultDimSource: List of [Dictionary of [Integer, Code[20]]])
[IntegrationEvent(False,False)]
local procedure OnBeforeLookupShortcutDimCode(var StandardServiceLine: Record "Standard Service Line", var xStandardServiceLine: Record "Standard Service Line", FieldNumber: Integer, var ShortcutDimCode: Code[20], var IsHandled: Boolean)
[IntegrationEvent(False,False)]
local procedure OnAfterValidateShortcutDimCode(var StandardServiceLine: Record "Standard Service Line", var xStandardServiceLine: Record "Standard Service Line", FieldNumber: Integer, var ShortcutDimCode: Code[20])
[IntegrationEvent(False,False)]
local procedure OnBeforeValidateShortcutDimCode(var StandardServiceLine: Record "Standard Service Line", var xStandardServiceLine: Record "Standard Service Line", FieldNumber: Integer, var ShortcutDimCode: Code[20])