This X3 Services 60.0.57 (for 2025 R2) must be installed with X3 Builder Developer Studio 60.0.57 This version of X3 Services 60.0.57 fixes the following issues : X3 Mobile Automation (X3-355970 - X3-345713 ) - On Production reporting, the release UOM is displayed instead of the stock UOM when selecting a released product. GraphQL API (X3-369700 - X3-352627 - X3-364112) - Purchase order node and RFQ nodes are now available. - Enhancements were done into Purchase Invoice Node: ->The `paymentDeadlines` join configuration in `purchase-invoice.ts` was simplified to use direct property mapping instead of asynchronous functions, improving performance and maintainability. -> The `paymentDeadlines` collection now explicitly declares dependencies on the `entryType` and `id` properties, ensuring correct data loading and reactivity. Also improvements were done in API Helper: - In `api-helper.ts`, composite properties are now handled more robustly: when a property is composite, the code attempts to retrieve its reference value and parse it appropriately, with improved error handling and logging. This ensures composite references are correctly processed and included in the result data. |