Saturday, November 17, 2018

Create a saved search which will pull the last user notes found on an Case Record

To create a saved search to pull the last user note entered on a Case record, follow the steps below:

1. Navigate to Reports > Saved Searches > All Saved Searches > New > Case.

Criteria tab:
• You may add your preferred criteria to filter the results of the saved search.

2. Go to the Results tab and add the following column fields:

- Number | Summary type = Group
- User notes fields... Date | Summary type = Maximum
- User notes fields... Memo | Summary type = Maximum
- Formula (Text) | Summary type = Maximum | Formula:

max(to_char(substr({usernotes.note},1,3900))) keep(dense_rank last order by{usernotes.notedate})

3. Click Save.

No comments:

Post a Comment