pp108 : setEBIInitializationRequired()

setEBIInitializationRequired()


It sets the value that denotes whether the views of the model can be initialized with the default values from Cordys WS-AppServer.

Syntax

Script

modelID.setEBIInitializationRequired(bValue)


Parameters

Parameter

Description

bValue

This is a boolean value.

  • True: Views will be initialized with default values from WS-AppServer.
  • False: This is the default value. Views will not be initialized with default values from WS-AppServer.


Remarks


If set to true, the controls will be initialized 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

Initialization Required
WS-AppServer Integration
getEBIInitializationRequired()