I am attempting to create a Streams notice for when the Operational Status of a Functional Object changes. Specifically, I would like an alert when the status changes to “Out of Operation”. I created an event and event action using the LU and column that I assumed was correct:
However, the event is not triggering. I’ve tried various changes to the Event Action, but nothing is working.
I’m not sure what I am missing with this setup, I’ve followed this same process for creating other notifications in IFS without issue. Any help would be greatly appreciated.
Best answer by tobese
It should normally be ucase with space changed to _. (here OUT_OF_OPERATION)
Couple of things, looking at the information you have provided.
Where you define the custom event to be triggered especially with Fire When “Objects are changed”, you should also define “Only when these attributes are changed”, in your case it is the Operational Status column. You don’t want the custom event to trigger on any column change.
You have stated that you want the custom event to trigger when the Operational Status is “Out of Operation” but in your “Conditions for performing the action” definition, your NEW:OPERATIONAL_STATUS = In Operation … this should be Out of Operation.