Steps to investigate XML

To investigate the XML that is created by the session for which to change the context messages that must be sent:

  1. Create the session extension.
  2. Implement the Before Context Send hook. No additional code is required in the hook at this stage
  3. Save the extension.
  4. Start the Debugger from the Extensions (ttext1500m000) session for your session extension.
  5. Add a breakpoint before “function extern void before.context.send(long i.msgs.node)
  6. Start the session and select a record.
  7. The Debugger suspends in the Before Context Send hook.
  8. Inspect the i.msgs.node variable.
    Note: This XML is translated to JSON before it is sent to Infor OS Portal or Infor Ming.le. The Infor OS Portal context widgets or the Infor Ming.le contextual applications receive those JSON messages.