Search
-
Hello AmsoniaLandscapeandDesign,
In order to add Terms to your EstimateLine grid, please follow the below mentioned steps:
Add a new field (drop-down) to your EstimateLine table
This drop-down should reference the Terms table using the Name field.
This should help you in using the Terms on the EstimnateLine grid. Let ...
-
Hello matt2189,
Are you trying to create a hyperlink to your sharepoint account? The reason why I am asking this is because we do not integrate with sharepoint, so if you are trying to just create a hyperlink then it will work but it won't integrate with sharepoint.
-Inder
-
Hello Deb,
The record could not be saved. The version of your accounting software does not support edits on this list or transaction from 3rd party software. Try editing the record directly in your accounting software instead.
The error message above is incorrect. The error is actually being caused by an error in the table to which the ...
-
Hello kefpa01,
In addition to my previos comment, you can get the screen value for 8daysAway by clicking on Advanced on DueDateEnd
anc click on SQL Override.
The important thing on SqlOverride is Step 3 as we are more focused on getting the screen value for 8DaysAway field.
In step 1, you can choose Activity table and in Step ...
-
I am glad that your issue is resolved now.
-Inder
-
Hello kefpa01,
According to your requirement the code should look like this. In this code it is looking for value on the grid column and comparing it with screen.
CASE WHEN viewActivity.DueDateEnd < ScreenValue THEN '<font color="red"><b>' + Entity + '</b></font>'
WHEN ...
-
Hello kefpa01,
You syntax should look something like this:
(CASE WHEN [DueDateEnd] < viewActivity.8DaysAway THEN '<font color="red"><b>' + Entity + '</b></font>'
WHEN [DueDateStart] < viewActivity.8DaysAway THEN '<b>' + Entity + '</b>'
ELSE ...
-
Hello MikeB,
There first thing I would check is how many custom fields you have in your QB file. The item list has a limit of 5 custom fields in Pro and Premier version. In Enterprise (starting with V10) you can add up to 15 custom fields in the item list.
Please check it and let me know if that is the issue.
-Inder
-
Hello theSolarguys,
Is this happening for all users or just one specific user? Is it just happening on calendar or overall Method is slow? Did you try using different browser?
-Inder
-
Hello Mahlon,
Thanks for the valuable feedback. I agree with you that the default filter should be "contains". Unfortunately, there is no easy way of doing it. I am going to pass this to the team in order to improve it in future release.
-Inder
|
|
|