How to read the status of a specific period in FCCS from a Groovy script
Hi everyone,
I'm working with Oracle FCCS and need to retrieve de current status of a specific period (e.g., Open, Closed, etc.) from a Groovy Script in Calc Manager.
I've already been able to automate opening and closing periods (how to open/close a period in "Manage Periods" from a Groovy script in FCCS? — Cloud Customer Connect), but now I need to read the period status before deciding what action to take.
I've checked the Groovy API documentation for FCCS, but I haven't found a method that exposes the period status directly.
Does anyone know if this can be done directly from Groovy or by invoking EPM Automate commands from Groovy?