Hello everyone,
I'm still looking into this issue, but I thought I would throw out this question here to see if anyone can point me in the right direction.
A while back, I created an extension of the insert method of a table and everything was working perfectly. I put my code after the next Insert so that I could use some of the values to query other tables and get the info I need.
We have a company that helps with coding and they put in an update last week. Since then, my code still gets hit, but when I hit a line that say
custAccount = this.SalesCustAccount
Now that SalesCustAccount is null when it wasn't before.
If I let everything finish, and the record gets inserted, SalesCustAccount is not null so it's almost as if now my code is running to early or something.
My gut says that other company (who created this table originally) made another extension and changed the code to fill the fields after mine? Not sure if that even makes sense.
I'm about to step through the code and see if I can figure out where it's going and what it is doing but if anyone has a suggestion how I can troubleshoot this, or what could possibly be the issue, that would be great.
I know it's not easy without me providing code but I was just hoping someone would have seen this before.