EndUserMsgs

Previous Next

The EndUserMsgs Rules Engine property determines whether the end user message mode is to be enabled, disabled, or reset to the value it had when the application was started.

Setting this property

You can reset this property by executing:

SELECT RulesEngine.SetProperty( 'EndUserMsgs', 'msg-mode' )

 

msg-mode  ::=  { Yes | No | Reset }

This entire statement is case-insensitive, including the property name and the values of msg-mode.

Getting this property

You can get the current value of this property by executing:

SELECT RulesEngine.GetProperty( 'EndUserMsgs' )

This entire statement is case-insensitive, including the property name.

 

See also

Rules Engine properties

RulesEngine.GetProperty

RulesEngine.SetProperty