KVSKBACopyDocSingleInstance#
Procedures#
SetCopyDocProcID(Boolean) :#
Summary: Sets the Copy Document Process ID flag
procedure SetCopyDocProcID(NewCopyDocProcID: Boolean): 
Parameters:
- NewCopyDocProcID: Boolean value to set for the Copy Document Process ID flag
SetCopyOrderNoInvoiceCorrect(Boolean) :#
Summary: Sets the flag to determine if the order number should be copied when correcting invoices
procedure SetCopyOrderNoInvoiceCorrect(NewCopyOrderNoInvoiceCorrect: Boolean): 
Parameters:
- NewCopyOrderNoInvoiceCorrect: Boolean value to set for the copy order number flag
SetDoNotCopyItemTrackingLines(Boolean) :#
Summary: Sets the flag to control whether item tracking lines should be copied
procedure SetDoNotCopyItemTrackingLines(NewDoNotCopyItemTrackingLines: Boolean): 
Parameters:
- NewDoNotCopyItemTrackingLines: Boolean value to set - true to prevent copying item tracking lines
GetDoNotCopyItemTrackingLines() : Boolean#
Summary: Gets the current setting of the DoNotCopyItemTrackingLines flag
procedure GetDoNotCopyItemTrackingLines(): Boolean
Returns: Boolean value indicating whether item tracking lines should not be copied
SetUpdateTexts(Boolean) :#
Summary: Sets the flag to control whether texts should be updated during copy operations
procedure SetUpdateTexts(NewUpdateTexts: Boolean): 
Parameters:
- NewUpdateTexts: Boolean value to set for the update texts flag
GetUpdateTexts() : Boolean#
Summary: Gets the current setting of the UpdateTexts flag
procedure GetUpdateTexts(): Boolean
Returns: Boolean value indicating whether texts should be updated during copy operations