Scheduled Custom Groovy Object Function not found when invoked by ESS job on Custom Object
Hi everyone,
I’m facing an issue with a Scheduled Custom Groovy Object Function in Oracle Fusion Application Composer, and I’d really appreciate some insight from anyone who has already implemented something similar.
The goal is quite simple:
I need to run a daily scheduled job (ESS) that updates a status field on a Custom Object based on a date comparison.
To achieve this, I used the standard “Schedule Custom Groovy Object Functions” job.
I created an Object Function:
- Name: <ObjectFunctionName>
- Scope: Object Level
- Callable by External Systems: flagged
- Parameters: none
- Return type: currently
void(I also testedString
0