Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2024 11:14 AM
In the event log, there is no record of it.
In the event log, there is no record of it. The idea of the Schedule Job is to send a notification when the user is having a birthday. For this, I created a field in the sys_user table called u_birthdate. The script's function would be to take the date when the Schedule Job is being executed, compare it with the user's birthdate in the u_birthdate field, and if the user is having a birthday, the script triggers the event to send a notification. For this, I need the script to use only the day and month.