Forum Discussion
GauravSharma3
8 years agoQrew Commander
Hi Aaron,
You can create a formula date field and use the below formula. It will show the current date when your birthday falls. Based on this field you can trigger a notification.
Gaurav
You can create a formula date field and use the below formula. It will show the current date when your birthday falls. Based on this field you can trigger a notification.
Date(Year(Today()),Month([Date of Birth]),Day([Date of Birth]))Thanks,
Gaurav
AaronZielinski
8 years agoQrew Cadet
Thanks Gaurav. If I have a birthday associated with each individual resource (employee), what's the best way to configure the above formula to trigger off notifications independently to each affected employee? Thanks for your help. I'm learning, but am definitely not a super skilled user.