One of the way is to find database task schduled in daily rutine and then use BACKGROUD_JOB_PROCESSED built-in event to exeute event action with condition equal to database procedure.
My propose is to schedule any cleanup database task which hasn’t been scheduled yet and is not going to be scheduled in future. Example procedure MOBILE%
Yes, it is possible to schedule the execution of an event in IFS, but not directly through the Event Action configuration alone. You need to use Background Jobs or Scheduled Tasks in IFS to achieve this.
How to Schedule an Event Daily
Create the Event Action
Define your event logic in Event Action Studio or Event Management.
Wrap the Event in a Custom LU or PL/SQL Procedure
If the event is based on a database trigger, you cannot schedule it directly.
Instead, create a procedure that calls the event logic.
Use Background Jobs
Navigate to: Solution Manager → Background Jobs → Schedule Job
Create a job that runs your procedure or report.
Set the recurrence to Daily.
Alternative: Scheduled Task
In Application Server Tasks, you can configure scheduled tasks for recurring execution.
Create a MIGRATE_SOURCE_DATA data migration job to enter data to above entity (use DUAL as source and just use a default value in the source mappings for the column)
Schedule the DM job as you wish
Create an event to trigger when creating a new record on our custom table