How about ANY debug facilities. I have another custom form that just started giving the following message:
"Save Warning: The Customer/Employee/Vendor/OtherName could not be sent to QuickBooks. This Name is already in use. Please edit the Name so that it is unique and save again"
The "Debug" information is useless as it simply tells me which line of my action is having the problem, not the record ID, or the Name. I've exported the customer table, and there was a duplicate name. We fixed that issue, but the message is still coming up the same. I have no way of determining what record is causing this problem without spitting out a message for EVERY customer as I process it. There must be a way to trap the error in the action so that I can display the message only in the case of an error. Right?