Yea all is well…
Dont commuicate much since I am still on 6.00.0039
yup cant update to anything higher due to company is running old php version…
I do have an issue am trying to figure out… maybe you can think of something…
going to throw up on forum but I never get any responses…
Have a process that the user inserts a record and after sends the form results to users via email.
Pretty standard huh…
Well here is the thing…
it in the OnAfterInsert event…
but it never inserted the record due to a field being mandatory in the database that wasnt mandatory on the form…
Still sent the email, no records inserted…
any idea on how to verify that the record was inserted?
so I can wrap that email process into the verification…
And Yes it was throwing an error on screen, but Lusers see the email and ignored…
I was under the impression that the OnAfterIsert was an event that happened AFTER Inserting…
Thoughts?
Kevin