Skip to main content

Hi All,

 

In IEE i can choose EVENT_SYS.EVENT_EXECUTE for method name and set the event_id as my new custom event.

 

 

In 23R1 its not available.

 

 

Is there are another way i can trigger a custom event using a database task?

 

Thanks,

Dhanush

Hi,

 

I recommend utilizing a migration job to initiate the event, and then set up a recurring schedule for the migration job

 


@Dhanush @odhcomIfs you can read below post for a workaround on importing this DB Task.

Schedule event action in IFS Cloud 21Rx | IFS Community

 

Also, there’s an idea opened that has 9 upvotes thus far. You may vote for it and maybe R&D will consider it for implementation.

Event_Sys.Event_Execute in IFS Cloud | IFS Community


@Marcel.Ausan That’s for partners and employees only. Could you share some details?

 


@odhcomIfs please see the attachment.


@Marcel.Ausan Thanks!

 


Hi all, 

 

a manual method that you may be able to use here, is to add the event_sys.event_execute method as a custom action to a projection. 

Showing Custom Actions on a Projection

Then, create a BPA workflow, you can trigger the workflow using a Button through Page Designer. 

Create one IFS API step and connect to the custom action on your projection, populate the data as you would have done using the database task

Showing the BPA workflow

To schedule this, we may be able to call the workflow from a Scheduled Database Task - i havent got a solution for this part yet but someone may be able to comment here. 


Reply