Search
-
So I have another one that I could use some help on. I want to be able to compare the current time to the requested start date and then color it red if its late. Here was my idea, but it returns "error generating grid"
CASE WHEN [DueDateStart] < GETDATE() THEN '<font color="red"><b>' ELSE ...
-
In case anybody is interested, I figured out my own solution:
CASE WHEN [ActivityPriority] = '1-Emergency' THEN '<font color="red"><b>' WHEN [ActivityPriority] = '2-24 Hour Response' THEN '<font color="blue"><b>' ELSE '<font ...
-
I'm trying to create a new dispatcher's dashboard and wanted to color code the Work Order grid based on the priority of the activity. I figured I could do something along the lines of:
CASE WHEN [viewActivity.ActivityPriority]='1-Emergency' then '<font color="red">' ...
-
Greetings Methoders!
The new version of our QuickBooks Desktop Sync Engine is now out of beta, and we wanted to give you the rundown about why an update was needed, what this means, and how to make sure you have an updated sync engine.
Why a new sync engine?
QuickBooks Desktop requires us to renew/update our ...
-
Hi Lance,
This is a feature we've wanted to implement for some time, but because of the nature of the Quickbooks SDK it's just not possible for us to accomodate multi-lingual data. Lots of developers have tried to build it out, but unfortunately it's not possible.
Sorry that's all I have.
Naeem
-
No problem. I have not found any patern to the problem. At first I thought it might be when a line was added to an invoice in Quickbooks, but I have since found that seems to work okay. It is possible the line was added while the sync was not on, but I would think that is suppose to update when the sync comes on ...
-
Hi Stuart,
Stuart, my apologies in responding late to your forum post. I have actually been doing some testing on this, and haven't quite finished yet. I will put another post in this thread tomorrow with some more information on this.
-Ben
-
We ran a test with Korean characters. The browser would accept it but the datafile didn't seem to. When we saved the record with Korean characters the charaters changed to question marks ??????
Do you have a work around for this? We need to use Korean characters.
Thanks,
-
I am trying to use the Web Service Action and am hoping someone can point me to a place in the system where it is used so I can look at it. The documentation is limited in understanding the formating and use of parameters and how they are ultimately sent to the URL provided. A couple of samples will go a long way to understanding ...
-
Have an invoice that shows up in Method as zero balance which is correct but only shows two of the three line items. The third line item is missing which is a discount line that zero's out the invoices other two lines.
Everything is correct on the Quickbooks side. The invoice balance is zero and the three line items show up.
Any ...
|
|
|