So I have a script in one of my forms that calls a web service on the onSave event and creates a register on my database. My current problem is that I don't know how but the script is called 2 times when someone saves the form so every time I get duplicates in my database, is there anyway to set the form to only call once onSave?
This also is happening with other scripts so I am sure that it is not a script problem, I am thinking that maybe the form triggers save and auto save at the same time so thats why my web service is being called 2 times