docs

Home Templates Classes Guides

Using the Code Checker Console

The Code Checker Console lets you paste AI generated code or type your own, validate it, and review the resulting request and response XML without touching your project or recompiling. It is the fastest way to confirm that your QBAIClass calls build the XML you expect and that the response contains the fields you need.


Layout and tabs

The window has three tabs:

Note: Screen captures are not included. Click Open tab content in browser to view XML with collapsible nodes in your default browser.


Response summary panel

Below the tabs is a summary area titled API response after ProcessRequest completed. After validation it automatically shows:

The last two help you confirm that iterations are working. For example, if 150 records are returned in pages of 50:


Button groups

AI generated code

Request and Response tab actions


Typical workflow

  1. Build or paste code that uses QBAIClass to set up a request.
  2. Click Paste and Format if you pasted from the clipboard.
  3. Click Validate.
  4. Review Request XML to confirm the tags and attributes are what you intended.
  5. Review Response XML to see the parsed and formatted block.
  6. Check the summary panel for status values and the RET count.
  7. If you are testing iterator logic, run your next pass and confirm record count and record total advance as expected.
  8. Use Open tab content in browser or Copy tab content to clipboard if you need a deeper look or want to share results.

Tips for best results


Home Templates Classes Guides