January 13, 2026
Adding items to Launch Pad Widget
Learn how to add items via My Apps Content App
Displays birthdays and anniversaries for users in the specified department.
N/A
| Widget Framework | Determines the type of framework the widget provides. Value = react |
| People Search Query | Uses Akumina people search query to filter azure search service for people data on birthday or hire date.
Birthday query example: { "property": "birthday", "values": , "operator": "date-starts-with" } |
| Date Filter | Determines to display this week or this months dates. |
| Number of items to display | Determines the maximum number of items to display with people search. Defaults to 10. |
| Cache Interval | Sets the time (in secs) that the data should be saved in the local browser cache of the current user.
0 = do not cache the data for this widget -1 = use the default caching strategy set in the Digital Workplace configuration = cache for specified time (secs) |
| Function to call before binding the UI events | OOTB -Blank (used for widget expansion): Name of the function called after the UI has been rendered to the screen |
| Function to call after fetching data | OOTB -Blank (used for widget expansion): Name of the function called after data has been fetched by the widget. |