Search
-
As a long time Method User and Quickbooks Enterprise User, I'm curious if the "New" Method will be available for desktop users in the near future. We have been patiently waiting for these updates as our workforce becomes more and more mobile, the need is greater today than ever for the Enterprise customer to have access to ...
-
Is there some place I should look for this restriction?
-
Greg,
Thanks for replying. My issue is that I can not choose any addtional columns.
file:///Users/smcgovern/Desktop/Screen%20Shot%202014-03-25%20at%209.37.57%20AM.png
-
I'm running into an issue with one of my dropdown fields in a grid. In my Work Order Activities it has an option for Customer Equipment. It will not filter the choices to just the current customer. Instead its showing the entire table of equipment.
When I go into the screen and review the grid, the dropdown will not allow a ...
-
I would like to add the parent/child functionality native to Quickbooks and implemented in Method to allow customer equipment to have "children." This is done in the Customer/Job relationship. Does anybody have ideas as to how to get started on this. I give a very simple illustration:
A customer has a truck that ...
-
Your second "fancy" solution did the trick. I think without converting to character was causing the issue. Once it was converted, worked like a charm.
Thanks!!!
Shawn
-
Paul,
If I move the END to the end of the statement, the case will not display the requested field unless it results in the ELSE portion of the CASE
I did try your suggestion but ended up with the same error.
I'll keep playing
-
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">' ...
|
|
|