Example of the NotifyBeginNotifys Notification

The following code is an example usage of the NotifyBeginNotifys notification:

this.AttachNotificationHandler(consts.get("SWE_PROP_BC_NOTI_DELETE_RECORD"), 
function (propSet){
// Change has occurred at server BC. Do something here:    
this.SetProperty ("Refresh_Renderer", true);    
});