
2 Antworten
Hi Nyota,I believe there is no straight forward way of doing this. However you can try the below.Step 1: Identify the criteria to define which case comments last modified date you want to displayStep 2: Create a custom fields on case object of type datetime.Step 3: Depending upon the complexity of the criteria defined on step 1, create a process builder or trigger to update the information on the custom field created on step 2.Step 4: Add this custom field to the list view of case.Hope this helps.