Reminder List
Display a list of reminders based on query string information.
Last updated
Display a list of reminders based on query string information.
Last updated
⚙️ Powered by Rock RMS
The page to navigate to when a reminder is pressed.
The reminder types to include. Leave all unchecked to include all reminder types (except for the reminder types selected in Reminder Type Exclude).
The reminder types to exclude. This setting is only effective if no specific reminder types are checked in Reminder Types Include.
This is the amount of time, in milliseconds, that it will take from a reminder that has been completed/incompleted to be removed from the UI. This only actually happens if the reminder should no longer be displayed (e.g. filter is set to Incomplete, and you completed a reminder). This delay provides a window of time to undo an accidental mark of completion/incompletion.
This block looks for the following page parameters (query string).
EntityTypeGuid
Guid
The type of entity to display reminders for.
EntityGuid
Guid
The entity to display reminders for.
ReminderTypeGuid
Guid
The reminder type to limit this list to.
PersonGuid
Guid
The specific Person to display reminders for.
GroupByType
bool
If enabled, the reminders will be grouped by their ReminderType.
CollectionHeader
string
The text to display at the top of the collection of reminders.
CompletionFilter
CompletionFilter
The Completion Filter.
DueFilter
DueFilter
The Due Filter.
StartDateFilter
DateTime
If provided, the reminders will only be shown that have a ReminderDate later than the value provided.
EndDateFilter
DateTime
If provided, the reminders will only be shown that have a ReminderDate that precedes the value provided.
ReminderTypeFilter
Guid
The reminder type to filter this list to.
PageLoadSize
int
The amount of reminders to load at a time.
This object is designed to provide filter information of the completion status of a reminder.
None
0
There should be no completion filtering (incomplete & complete) should show.
Active
1
Limit to reminders that are currently active.
Complete
2
Limit to reminders that are completed.
Incomplete
3
Limit to reminders that are not complete.
This object is designed to provide filter information of the due date of a reminder.
None
0
There should be no due date filtering.
Due
1
Limit to reminders that are past due.
DueThisWeek
2
Limit to reminders that are due this week.
DueThisMonth
3
Limit to reminders that are due this month.
Reminders can be deleted by swiping left on the reminder item.
To link Person Alias reminders to a Person Profile page, you just need to ensure that there is a Profile Page
set in your application settings.
That page will be navigated to with PersonGuid
passed along as the parameter.