Navigator > Setup > Company > Scripts > Script Events
Company Level events are triggered when a Company is opened or closed.
Some examples of Company level scripts:
Event |
The script is run immediately after a User... |
Examples |
Company.OnOpen |
...opens a Company and logs in. Can be used to open a default form or ensure certain required tasks are completed at the start of the session. |
Company.OnOpen - Open AR Customer Maintenance form. Company.OnOpen - Print report of Orders to be picked for the day. |
Company.OnClose |
...closes a Company. Can be used to ensure certain required tasks are completed at the end of the session. |
Company.OnClose - Print report of day's sales and email to. |
Company.OnGeoCode |
...clicks the |
Script retrieves the latitude and longitude coordinates for the address. |
Company.OnMap |
...clicks the |
Opens a map website in the default web browser showing the address coordinates or address. |