Announcing Interceptions
// Announce with no data
announceInterception( "onExit" );
// Announce with data
announceInterception( 'onLog', {
time = now(),
user = event.getValue( "user" ),
dataset = prc.dataSet
} );
// Announce via interceptor service
controller.getInterceptorService().processState( "onRecordInsert", {} );Last updated
Was this helpful?