☁️
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
  • Create new projection
  • Extending existing standard projection
  • WIP - Modifying existing projection

Was this helpful?

  1. Flow Development with OData
  2. Configuration
  3. Configuring projections in IFS

Custom Projections

PreviousCustom EntitiesNextWIP - Query Designer

Last updated 2 years ago

Was this helpful?

Projection configuration capabilities in IFS allows you to:

  • create a new a Custom Projection which includes other Entities,

  • extend standard projection,

  • or extend Custom Projection created from Custom Entities.

Read detailed configuration instructions from IFS documentation, search for projection configuration.

Create new projection

New projection configuration wizard allows create new projections. Select Create new projection.

Extending existing standard projection

Select Configure Standard Projection in New projection configuration wizard.

Add Entities to extend existing projection

In next step you define how Entities are linked (reference) to each other

First link the Projection to be extended with the entity/entities selected in previous step.

Next define keys to link the entities TODO

WIP - Modifying existing projection

👩‍💻
🛠️
Projection configuration wizard - first step
Step 1: Select projection
Step 2: Add Entity and / or Entities
Step 3: define which Entities should be associated with each other