Products | Versions |
---|---|
TIBCO iProcess Workspace (Browser) | 11.6.0 |
jsx3.lang.NativeError: Object doesn't support property or method 'closeForm' (type:TypeError, line:-1)
at jsx3.land.NativeError#wrap()
at com.tibco.bpm.ipc.OSIP.onlaunchBackEndApplicationSuccess()
.... etc ...
with the code performing something like:
this.getApp().log("onLaunch" + serviceText + "Success - Server response time: " + tTotal + " seconds.", true);
this.getApp().log("onlaunch" + serviceText + "Success - " + objEvent.target.getInboundDocument());
this.closeForm();
this.getApp().closeForm(this.getId());