
01-27-2010 08:39 AM
Hi Everyone,
One of our clients just upgraded to 7.5.2 and now some custom code from the 6.2 days isn't working.
They have a custom form that creates accounts. The code is somewhat like this:
Line 1: strSQL = "insert into account (accountid, account ... etc.
Line 2: objSLXDB.ExecuteSQL strSQL
It is followed up by inserts for addresses, contacts, etc.
It all works fine in the network environment, but now the accounts created will not synchronize to remotes. The interesting thing is that the contact we create at the same time does synchronize, but it isn't linked to an account...
Any idea of what might have changed with 7.5.2?
Thank you!
Joseph
01-28-2010 02:41 PM
I'm not certain this is your issue, but have you double checked that a record is getting inserted into the AccountSummary table as well, and that all the necessary AccountSummary fields are populated including AccountSummary.SecCodeID ?
01-28-2010 03:52 PM
Yes it is. Everything looks perfect in both tables. It also created the address, etc.
Interesting thing is that the contact created at the same time, and in the same method, IS synchronized, while the account is not.
Any other ideas?
01-28-2010 04:01 PM
Suggest posting all of the code - maybe something will jump out at one of us.