pp108 : setEBIConstraintValidation()

setEBIConstraintValidation()


It sets the value to denote whether the WS-AppServer validation for the constraints will be done on the model data.

Syntax

Script

modelID.setEBIConstraintValidation(bValue)


Parameters

Parameter

Description

bValue

This is a boolean value.

  • True: Constraint Validation is enabled for the model data.
  • False: Constraint Validation is not enabled for the model data. This is the default value.


Remarks


If set to true, the constraint validation will be set for the controls based on the response from the WS-AppServer.

Setting this method will have the desired effect only if the model has the Ws-AppServer Integration property set to true.

Applies to


Model

Related reference

Constraint Validation
WS-AppServer Integration
getEBIConstraintValidation()