KVSADIGenerateItemCrossRef
Summary: Report for generating cross references for additional items.
Procedures
SetDefaultDirection(Option) :
OBSOLETE
This Element will be removed or changed with a future Version of the App.
Summary: Sets the default direction for cross-reference generation. This procedure is used by the test application to configure the report behavior.
[Obsolete('Since Direction is redesigned as enum, use overloaded procedure with enum instead.', '28.0')]
procedure SetDefaultDirection(OrgDirection: Option):
Parameters:
OrgDirection: The direction to set: Sales, Purchase, or Both
SetDefaultDirection(Enum KVSADIItemCrossRefGenDirection) :
Summary: Sets the default direction for cross-reference generation. This procedure is used by the test application to configure the report behavior.
procedure SetDefaultDirection(OrgDirection: Enum "KVSADIItemCrossRefGenDirection"):
Parameters:
OrgDirection: The direction to set: Sales, Purchase, or Both