pp108 : setEBIAccessControl()

setEBIAccessControl()


It sets the value to denote whether the access controls (Enable, Disable, or Hide) will be applied on the views of the model based on the logic in WS-AppServer.

Syntax

Script

modelID.setEBIAccessControl(bValue)


Parameters

Parameter

Description

bValue

Takes boolean value.

  • True: The enabling, disabling, and hiding of the controls will be done based on WS-AppServer logic.
  • False: The enabling, disabling, and hiding of controls will not be done. This is the default value.


Remarks


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

Apply Access Control
WS-AppServer Integration
getEBIAccessControl()