SetCheckLineItemDetailsForCaseInsensitiveDuplicates

Specifies whether the system should check for case-insensitive duplicate line item descriptions. For example, acmeData and ACMEDATA would be considered case-insensitive duplicate descriptions.

If you enable checking for such duplicates, the system performs the check when the HsvMDDataBufferLite instance’s data is passed to the HsvData method UpdateDataUsingMDDataBuffer. With case-insensitive duplicate checking enabled, if the system detects a duplicate an error is thrown.

Syntax

<HsvMDDataBufferLite>.SetCheckLineItemDetailsForCaseInsensitive
Duplicates vbEnable

Argument

Description

vbEnable

Boolean (ByVal). Specifies whether to check for case-insensitive duplicates. Pass TRUE to check, FALSE otherwise.