Skip to main content

Hello,

I am trying to trace values before and after a super(...) call using Trace_Sys.Message, like this:

 

Trace_Sys.Message('BEFORE super: old=' || oldrec_.rowstate || ', new=' || newrec_.rowstate);

super(objid_, oldrec_, newrec_, attr_, objversion_, by_keys_);

Trace_Sys.Message('AFTER super: old=' || oldrec_.rowstate || ', new=' || newrec_.rowstate);
 

However, I’m not sure where to view the Trace_Sys messages. IFS Cloud 24R1 doesn’t seem to have a Debug Console.

Could someone please show me where these messages can be found in IFS 24R1? If possible, I would really appreciate a screenshot for clarity.

Thank you in advance for your help!

 

JL

 

Doesnt Trace_Sys show in the IFS Cloud Developer extension ?

 

 

 

 

 


Hi ​@ZTC ZTC JGOTA ​@SimonTestard

Just completing the answer by Simon :)

As Simon mentioned, Trace_SYS messages can be found in the Devtools extension.

In order to view the traces, Open the IFS Cloud devtools, perform the action you have added traces.

In order to view the traces,

  1.  Click on the Network tab
  2. choose the projection call which has the method calls related to traces
  3. Go to the Trace tab

Then you can see the trace messages :)

 

Note that traces related projection calls inside workflows are not added in the trace. Please upvote the idea below to get the IFS attention on this ;)

Log trace details within a workflow execution | IFS Community

 

Hope it helps and good luck with your developments!

Damith


Reply