I am attempting to build a simple client policy data base for an insurance broker.
In this database I have 2 dates:
inception date (inputed date)
renewal date (formulised date)
renewal date needs to be the annual anniversary of inception so if:
Inception is 01/05/2024
then
renewal will be:
01/05/2025 in 2025
01/05/2026 in 2026
01/05/2027 in…
But only in up to their respective anniversary, then then year must tick over to the next year ie:
Assume 01/05/2024 has passed it is now 03/05/2024
renewal must read:
01/05/2026
I cannot seem to wrap my head around Ragic formula syntax to achieve this.
ANy help will be greatly appreciated.
First you can have field to automatically generate a date that’s a year later referenced from Inception date, you can add formula to calculate date and time into Renewal Date as (Column# Inception Date)+365.
Last, to make sure the formula would be recalculated to update the current date by the system automatically, please add a script of daily workflow to help you execute daily recalculation.