FormDataSource.validateDelete Method [AX 2012]
Requests that the user confirm the deletion of a record from the data source.
This method calls the validateDelete method on the data source table. The FormDataSource.validateDelete method is called by the FormDataSource.delete method. Use this method to add custom data validation checks whenever they are required.
The validateDelete method can be overridden on a form data source by right-clicking the Methods node under the data source, pointing to Override Method, and then clicking validateDelete.
Community Additions
ADD
Show: