MFGx.io Release Notes v1.0.11 (11/1/2018)

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 ops screens/tables
    • Supplier item, supplier item revisions, and supplier item revision strategy operation screens
    • Manufacturer, manufacturer items, and manufacturer item revisions screens
  • Cycle Count
    • Removed prefix stripping for now for container types. Fixed op categories column. Added prefilling quantity type based on selected operation on add dialog
    • Fixed unit type by disabling unit type field on addDialog
    • Fixed dialogs and form saving
    • Fixed pickers using async: false incorrectly
    • Fixed margins, missing rows on diff table
    • Fixed loading screen on variances table, fixed auto fill ops and revisions, fixed old state being on table
  • Document Designer
    • Added saved query linking to document designer. Also included a few tweaks to generic screen formatting and custom table action context.
    • Added a generic screen prop for document manager which prints documents relevant to the context the screen is in. Implemented document print manager for inventory as a test case.
  • Comboboxes
    • Fixed combobox menu placement and scrolling

Added Popper wrapper around combobox menu to render it in a portal outside the current DOM context. This fixes issues with weird placement and scrolling, with the additional benefit of handling collisions with the edges of the screen automatically.

    • Fixed chip deletion on mobile devices
  • Miscellaneous
    • Updated menu icons; removed old nodes

 

Backend v1.0.11

  • Cycle Count:
    • Add Additional Validation To Cycle Count Resolvers

We now validate the following conditions:

      1. You cannot start "Generating" a cycle count if it has no parameters.
      2. You cannot add parameters to a Cycle Count past the "Pending" status.
  • Framework:
    • Fix for cascading deletes not firing child node subscriptions.  This removes the cascade deleting of schedules from endpoint integrations due to Prisma not firing notifications to subscribers of endpoint integration schedules
    • Added access control model caching and resolver.  Access control models are now computed from policies attached to a user and their roles when that user signs in or is impersonated. The computed access model is then cached into Redis by user ID.  Additionally, the userAccessControlModel query type can now be used to retrieve the cached model. Front-end code can use this model along with mfgx-io-access-control-policy-library to dynamically modify the UI based on permissions.
  • Integrations
    • Added ability to unmask sensitive data from ADP.
    • Added logic to loop multiple calls to Zoho
  • Document Designer
    • Added storage for documents designed in MFGx
    • Added document service with generation endpoint: /documents/generate can be used to generate one or more saved documents into a PDF given a set of parameters.
  • Added service for OCR requests
  • GraphQL API
    • Added standard transform for attachments
    • Added LogisticsResource, Carrier, Loads, CustomerShipments and SupplierShipments
    • Exposed shipping types through Graphql
    • Schema for shipping: Schema definitions and customer resolvers for shippers
    • Added schema stitching for documents; also added general framework for further schema extensions.

    • 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 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 
    • 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 ...
    • 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 ...