QuestionQ19

Testing, Debugging, and Deployment

When a JavaScript error occurs on a page developed in Business Automation Workflow, where should a developer view the error?

  • A Process Admin console
  • B Web browser console
  • C Server logs
  • D Process Inspector
Explanation

Client-side JavaScript errors are displayed in the web browser console, which provides the error type, source location, and line number for troubleshooting.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!