Hey Mike,
Last Activity and Next Activity fields are special Method fields and cannot be modified in any way.
And even if we used a SQL Override command we would be unable to pull the Next or Last Activity with Min/Max. Which is why there is no SQL code in the Advanced options for the fields.
But what you can do is:
- Add the 'NextActivityDueDate' from your Customer table to the your CustomerList Grid
- Now add a Select Action to that Field with two actions:
> (1) Retrieve Value From Table
> (2) Show Screen In Pop Up
This will pull the Date and also make it a hyperlink which will open the Activity in a new Pop-up.
Is this what you were trying to accomplish?
-- Mortaza