This translation is older than the original page and might be outdated.




This business rule takes place when we enter into the application.


This node has to be specified INSIDE the company collection.

Example of code:

<onlogon>
	<action name="runscript">
		<script language="VBScript">
			'En esta ocasión unicamente levantamos el GPS para poder hacer uso de éste, en cualquier lugar de la aplicación.
			ui.startGps
		</script>
	</action>
</onlogon>