I have a requirement where the start date, time period and geography location will be passed on from the frontend to IBM ODM.
IBM ODM then based on the geographical location, calculates the next date based on the time period and the holidays/working days in that geography.
I am thinking to have a decision table which will have the geography and corresponding holidays for a year and a month. In the rule, we will have a calculation of the next date based on the geography and holidays.
Please let me know if this is the correct way of implementation.
Thanks