Search
-
Hello kefpa01,
Thanks for reporting it. i was able to reproduce it on my account. I will bring this up with our development team. In the mean time, you can use Build Selection list in order to use it more affectively. You can even use multiple loop with that.
-Inder
-
Hello matt2189,
You can only use a hyperlink to open a website in a new tab or window. Unfortunately, It won't open the Sharepoint account or you can't access the files in Method.
-Inder
-
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
|
|
|