Skip to main content
Question

IFS Cloud 22R2 Fire before/after setting in custom event

  • December 4, 2023
  • 1 reply
  • 196 views

Forum|alt.badge.img

Hi All,

How do we setup “Fire Before / After object is changed” setting in cloud environment when configuring a custom event?

This setting is available in IFS 10.

 

Thank You

Manthi

1 reply

dsj
Ultimate Hero (Partner)
Forum|alt.badge.img+22
  • Ultimate Hero (Partner)
  • 905 replies
  • December 4, 2023

Hi @Manthi Perera 

 

This is not available in Cloud and the closest reason I can think of is that it’s being used mainly for the Execute Online SQL event action type which will be phasing in upcoming cloud releases.

However, Timing is a parameter available for Workflow type event actions which serves as same as Fire when parameter, and in addition, it can run asynchronously.

  • Timing: Choose when the instance of the workflow will start with regards to the event. The supported options are BeforeAfter and Asynchronously.
    • Before: The workflow execution starts within the same transaction before the event.
    • After: The workflow execution starts within the same transaction after the event.
    • Asynchronously: The intention to start the workflow is logged within the same transaction. The workflow is executed asynchronously in separate transaction. 

read more on this here:

Manage Event Actions - Technical Documentation For IFS Cloud

 

Hope it helps!

Damith