Search
Page 1 of 1 (4 items)
-
Hi All,
The hard coded update button on the editable grid object is causing issues that requires a lot of manual clean up.
I have functionality that needs to be executed when this grid is updated, but the update button does not trigger it. So, I need the grid to be editable and I need to disable the update button.
Alternatively, is it ...
-
Still have not found a solution to this, anyone have any suggestions?
-
Hey Sammy,
Thanks for the reply.
The query is actually working just fine, it was in place before I started working on Method. It returns an integer which is the difference of days between our SoldDate and the current date.
The real issue is that we cannot filter on the field in the grid. I can see that there are rows in the ...
-
Hi,
I recently took over modifying our CRM and have run into an issue when trying to do a grid filter on a field that has been overridden with SQL.
SELECT DATEDIFF(DAY, viewPartsRequest.SoldDate, GETDATE())
This seems to return a simple integer like value, but when filtering on any value other than 0 or 1 (which does not return accurate ...
Page 1 of 1 (4 items)
|
|
|