☁️
Flow IFS Cloud Development Guidelines
  • Flow IFS Cloud Development Guidelines
  • 👶Getting started
    • OData Basics
    • IFS Cloud
    • Terminology
    • Useful Applications
    • IFS documentation
      • IFS API Explorer
      • Entity details
    • Setting up the OData connector
      • Configure connection between Flow Server and IFS Cloud
      • Selecting which configurations are visible in Flow Server
  • 👩‍💻Flow Development with OData
    • Architecture
    • Flow development and distribution strategy
    • Implementation
      • Operations in OData machine steps
      • Missing operations
      • Translations
      • Iteration
      • Join data sets
      • Misc Tips and trix
      • Document / Media Library Management
      • Response status handling
        • Errors from IFS
      • Operation specific notes
        • Set input parameters using flow script
        • Update
        • 🛠️WIP - Create
        • Read
    • Configuration
      • Authentication models
        • Setup Client credential flow
        • 🛠️Setup Password credentials flow
        • 🛠️Setup Authorization code flow
        • 🛠️Setup OpenID flow
        • Obtaining Authentication related URLs from IFS Cloud
      • Projection administration
        • Administrating new projections
        • Administrating updated projections
      • Configuring projections in IFS
        • Custom Entities
        • Custom Projections
        • 🛠️WIP - Query Designer
        • Quick Reports
    • Trigger Flows from IFS Cloud
      • Trigger User Flows via External Navigation Links
      • Trigger Machine Flows via BPA using commands
      • 🛠️Trigger Flow via Event Action
    • Debugging and Testing
      • Aurena debugging
        • Inspect in web browser
        • IFS debug console
      • OData Connector Log
  • 🪄Advanced
    • Custom Request
    • C# usage in the OData connector
      • Different methods
      • Building request
      • 🛠️WIP - Code examples
Powered by GitBook
On this page
  • Page info
  • Server invokes

Was this helpful?

  1. Flow Development with OData
  2. Debugging and Testing
  3. Aurena debugging

IFS debug console

PreviousInspect in web browserNextOData Connector Log

Last updated 2 years ago

Was this helpful?

In Aurena there's two debug options. The log window and the debug console. This section will cover the debug console. The log window doesn't add any value to the OData debugging. The information we are looking for is easier to find in the debug console and Inspect console in Chrome.

To open the debug console; press your name in the upper right corner in Aurena. Then choose Debug and Enable debug console.

Maybe you are familiar with the "System info" console in EE, the debug console is the Aurena equivalent. In this console we will have a look at the Server invokes and Page info tabs.

Page info

Page info offers info about the current page (and child pages elements/entities) you display in Aurena. Information consists of LU Name, Entity and Projection info. Projection name and Entity is useful when adding projections to the Novacura OData connector which is covered in the section.

Server invokes

In the Server invokes tab the HTTP OData calls are logged. Chrome Inspect console offers better functionally to inspect Request, Requests details, Payload and Reponses but in the Server Invokes it's possible to navigate direclty to the API Explorer which is an important page for exploring OData projections. Additionally the translated OData queries can be view as SQL statements.

👩‍💻
Opening the IFS debug console
Page info in the IFS debug console
Click the GIF to see full size