MFGx.io Release Notes v2.0.14 (5/14/2019)

MFGx.io Release Notes v2.0.14 (5/14/2019)

Schema

  • Added cycle counts
  • Reworked contacts
  • Added transfer shipments
  • Reworked address types

Integration Platform

  • Added Plex UX endpoint
  • Added pagination to Spiro endpoint
  • New standard JSONata helper functions:
    • path: This takes in an object and a path string and produces the value at that path.
    • mapValues: This takes in an object and a function. It maps over the values of the object, replacing each with the output of the given function.         
    • mapKeys: This takes in an object and a function. It maps over the keys of the object, replacing each with the output of the given function.   
    • pick: This takes in an object and an array of keys. It outputs a new object that has only the keys given.               
    • omit: This takes in an object and an array of keys. It outputs a new object without the keys given.               
    • has: This takes in an object and a path string. It returns true when the given object contains the path and false otherwise.      
    • toPairs: This takes in an object and returns an array of key value pairs ([[key2, value1], [key2, value2]]).           
    • fromPairs: This takes in an array of key value pairs and outputs an object.            
    • values: This takes in an object and returns an array of the values of the object.   
    • coalesce: This takes in a list of values and returns the first non-nil (null or undefined) value in the list.

Infrastructure

  • Added metadata, replication, kafka-connect, and webhook services for orchestration platform
    • metadata: New GraphQL API for system-level configuration & metadata (settings, screens, modules, etc.)
    • replication: Keeps database tables in sync where data is required in both application & metadata services
    • webhook: Provides an external-facing API for creating messages in Kafka topics to trigger consumer flows

    • Related Articles

    • 2025.8 (August 2025)

      QA Release Date: August 05 2025 Production Release Date: August 19 2025 Full Release Notes: 2025.8.0 Data Security Corrected a bug in the policy editor UI that would deny access to the entire model instead of just the selected field when trying to ...
    • MFGx.io Release Notes v1.0.11 (11/1/2018)

      Front End v1.0.14 New Screens Shipping carrier and logistic resource screens for managing shipping carriers and logistic resources (aka truck types - flatbed, tanker, etc). Added customer item, customer item revisions, customer item revision strategy ...
    • MFGx.io Release Notes v2.0.15 (5/31/2019)

      Application API Added customer-editable status tables for internal, manufacturer, and supplier item revisions Added schema for sales orders, lines, and requirements Added printDocument resolver for printed PDF documents Metadata API Added model ...
    • 2021 Q1 MFGx.io Release Notes v3.32.0 (1/21/2021)

      MFGx 3.32.0 Integration: Added patch and head methods to Salesforce handler  Security: Added schema validation to ACP system to catch malformed policies 
    • 2021 Q1 MFGx.io Release Notes v3.33.0 (1/28/2021)

      MFGx 3.33.0 Infrastructure Added support for different cluster sizes    Backend Addressed an issue with calendar bindings  Addressed issues with deleting data models  Replaced apollo-server with a custom built graphql plugin for fastify in all ...