ONLOGOFF Node


This business rule takes place when we are going to exit from the application.


This node has to be specified INSIDE the companies collection.

Example of Code:

<onlogoff>
	<action name="runscript">
	      <script language="VBScript">
			appdata.userinterface.stopgps
		</script>
	</action>
</onlogoff>