tagFilterStrictnessEnum

ACCPAC Common Controls

tagFilterStrictnessEnum

Specifies the behaviour of a filter used for record deleting under questionable situations related to referential integrity.

Name

Value

Description

FILTERDELETE_STRICT

1

Applies the filter to delete records only if it does not violate referential integrity. Otherwise, return an error.

FILTERDELETE_TRY

2

Applies the filter to delete records if possible, without considering if it results in an orphaned secondary table and detail records.

FILTERDELETE_SIMULATE

3

Applies the filter to delete records using the Strict method. If that results in a error, fallback to Fetch-Delete calls to the view.