I feel like I'm missing something simple.
I want to fire off some JScript when a form is first opened. But I don't want this script to fire on subsequent form loads.
The "OnLoad" event for the form fires each time the form is opened. I want my script to only fire when a record is first created, and never again.
What's the best way to achieve this?
Thanks!