Search
-
mlepitt-
Based on our meeting, this has been added as a suggestion to be implemented
in the CRM though I can't give you a date of when.
-Michael
-
JKM@SA,
It is possible to change the text color of the contents of a grid cell using an SQL Override but at the moment it seems like it may not be working because of security updates(I will look into this). Would changing the color of the text be an option?
-Michael
-
JKM@SA,
The grid subtotals are dynamically calculated and are not actually fields but you can use the Get Sum action, to get the sum of a column in a grid.
So in this case use the get sum action and get the first total, use another get sum and get the second total and then divide those and put it onto a field on the screen. You may even ...
-
Hi mlepitt,
I will bring this up in our weekly meeting to have it changed to include subject and let you know
-Michael
-
pdirect-
The CustomerType field is a text field(Linked) within the Contacts table as previously mentioned. I quickly tested this out and it seems to work fine. At this point i'm going to suggest going with paid consulting if you are still stuck.
-Michael
-
pdirect-
You will need to edit the grid and go to Step 3 of 9, here you can set the filter, which should be CustomerType contains Screen.CustomerType.
You will need to add this for all the filter views.
-Michael
-
Mark,
Thanks for bringing this up. I was able to duplicate this issue and will create a ticket for it.
-Michael
-
Mark,
I'll bring this up in our next meeting so we can discuss making this standard for the screen.
-Michael
-
Hi KatesRealFood-
You will need to add the Transasction table as a detached grid to the customer screen. Right now since its attached it only show records for the currently selected customer but if you recreate the grid as detached you can filter it to show records where Entity contains FullName from screen.
-Michael
-
pdirect-
In this instance you don't really need to understand db tables.
When you drag an unbound drop down to a screen and edit it, it lets you select which table to use to populate the drop down(In this case you want the CustomerType table and want to use the FullName field) and when you edit the grid just take a look at the existing ...
|
|
|