cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Agentry Application : Excute rule for sub-action

Former Member
0 Kudos
411

Hi Experts,

I am working on enhancement, where I need to trigger notification add action when 'Reading field' value is greater than upper range in Read measuring point transaction.

I have added the sub-action 'ZNotificationAdd' in the main action of the '

InspectionRoundsStart'

I have written execution rule for the 'ZNotificationAdd' sub-action, but still the sub-action is not getting triggered.

below are the 2 rules I have written but both rules are not triggering the sub-action

Please suggest me how should I proceed to trigger the sub-action. can anyone please help me when I am going wrong.?

View Entire Topic
lee_bennett2
Explorer
0 Kudos

Debugging as Mark suggest should help reveal the problem. Need to make sure that the rule is being run within the context of the expected object.
Note that IF is not needed in the rules you are writing. Simply use the GT or LT functions which will return a Boolean value as required.