Hello all!
I have a requirement where I want to give users permissions to only post transactions on a specified date range.
For this, I tried to customize LedgerFiscalCalendarPeriodPostingValidator class. It essentially validates the Fiscal period and checks if posting is allowed or not.
I want to extend this class and add my logic of the date filter based on current user. But somehow my code is not working. I tried by both COC and Event handlers.
Can you please help me where I am wrong or if I should approach it differently.
Thank you.