NotifyNewData Method
The NotifyNewData method sends an event notification to the client when Siebel Open UI modifies the value of a field. It returns nothing. It uses the following syntax:
BusComp.prototype.NotifyNewData = function (field_name) {}
where:
field_name identifies the name of the field that Siebel Open UI modified.
You can use the NotifyNewData method to make sure Siebel Open UI synchronizes the modified field values between different applets that reside in the same client or that reside in different clients. NotifyNewData also notifies other fields that reference this field.
You can configure Siebel Open UI to override the NotifyNewData method.