Closed
Solved
Trace a When rule
Is there a way to trace a WHEN rule? I am trying to see if a WHEN rule is firing and what the value is at run time?
This content is closed to future replies and is no longer being maintained or updated.
Links may no longer function. If you have a similar request, please write a new post.
Is there a way to trace a WHEN rule? I am trying to see if a WHEN rule is firing and what the value is at run time?
Accepted Solution
Try using
@pxLogMessage("Successfully Ran When Rule",'f')=="true" as one of the Logic Conditions.
The above will write to the Log File if the condition/logic is true. Once your WHEN rule runs, you should be able to see the string 'Successfully Ran When Rule' in your log file.
You would need to trace the process that you expect to cause it to fire. In the Tracer settings, make sure When rules are selected.
Accepted Solution
Try using
@pxLogMessage("Successfully Ran When Rule",'f')=="true" as one of the Logic Conditions.
The above will write to the Log File if the condition/logic is true. Once your WHEN rule runs, you should be able to see the string 'Successfully Ran When Rule' in your log file.
Question Solved
Question
Question
Question Solved
Question Solved
Question
Question Solved
Question
Question Solved
Discussion
Pega Collaboration Center has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.