Share via


CaseDetailBase.validateField Method

Validates whether the OwnerWorker field of the CaseDetailBase table belongs to the current legal entity. Checks the CaseStatus field of the CaseDetailBase table.

Syntax

public boolean validateField(FieldId _fieldIdToCheck)

Run On

Called

Parameters

  • _fieldIdToCheck
    Type: FieldId Extended Data Type
    The OwnerWorker field of the record in the CaseDetailBase table. The status of the record in the CaseDetailBase table.

Return Value

Type: boolean
true if the worker belongs to current legal entity; otherwise, false.

See Also

Reference

CaseDetailBase Table