SetIsOverrideable
Specifies if the user can or cannot override a validation that fails for the current object.
Syntax
bool SetIsOverrideable (StrParam)
Parameters
Smart parameters are supported.Returns
Always True.Level
All.Details
Important: This status
might prevent an operator from overriding validations on a field and
then continuing to subsequent pages.
- Example
SetIsOverrideable("False") IsFieldPercentNumeric("100")In this sequence, if the captured value of the field is not 100% Numeric, an operator cannot override a Validation rule's subsequent rejection of the value.