Search
-
Agreed. However, it's not as easy as just delivering the raw error that we get, as that can potentially be a security risk as it may give out server configuration details.
So our job is to parse common errors and turn them into meaningful messages. That hadn't been done for the error above, so you just got the generic "we haven't ...
-
-
Can you make sure that the fields listed in your insert are unique. Looks like there are error logs suggesting 'BillAddressAddr1' is specified twice.
Paul
-
Thanks for letting know.
Sorry for the inconvenience.
Paul
-
PMA - can you check now?
Looks like the sync hit a snag with an appointment that was setup in Google as an All-Day event, and then edited in Method to be a non-all-day event.
I think this is now working okay now.
Can you reply back to confirm?
Thanks,
Paul
-
Looking into it.....might have a quick solution.....
Paul
-
Use "Name", not "FullName". FullName is read only, and represents Customer:Job, like "McDonalds:Main Street".
Paul
-
Intuit App Center received a big update last week, something that had been anticipated from an earlier announcement in their IPP blog, where they wrote:
"We will be presenting apps based on a simple formula: number of reviews x star rating (to represent quality). "
On the surface, this may seem like trivial news. It may even beg ...
-
Dang is right. But the fault on this lies completely with us. It's an obscure problem - but it was caused by a coding decision made years ago that was proven to be a poor one.
You lit up our alerts, so we were already investigating before you posted.
Really sorry for the panic on this one.
Paul
-
Okay, source of the problem. The db table that holds the style information had a "tiny integer" column for the Recordid. What looks silly on our side is that the code is removing and inserting on each save, rather than an update. You must been saving so many times in there (probably using debug trace) that did what nobody has every ...
|
|
|