Changelog for MONITOR version 24.7
New Features
- When adding a row type 3 (Sum) to quote, order or invoice basis, it is now possible to enter a percentage (discount). Previously, it was possible to enter an amount in monetary value. (110573)
- Can now update package information on a shipment and set more tracking information on the shipment. (110699)
- New command (AddCustomerOrderSource) for adding ShipmentInformationSources to existing shipments. (110810)
- Added DestinationForDeliveryTerm property to SetProperties for Quotes and CustomerOrders API command. (112720)
- The CreatePurchaseOrder property has been added to the add customer order row API command. (112827)
- Removed validation on "Zero" quantity when DeleteFutureRest is selected for the ReportArrival API. (112958)
- Added Quantity property to create and update case entry additional cost command. Added Quantity and CostPerEach properties to case entry additional cost query. (113987)
- Added remove case entry additional cost command. (113992)
- Added EmissionFactorId and EmissionFactor properties to Part SetProperties API command. (114248)
- Update validation error message. (114249)
- Added "Customer Agreement" enumerable for RecipientOf in UpdateCommunicationAddress (Customers) API command. (114309)
- Added command to get logged-in users. (114318)
- Resolved to allow add multiple same supplier in add supplier part link command.Obsolete of supplier id and part id properties in update supplier part link command.Added validation for supplier part number in update supplier part link command. (114568)
- API change: For the following three endpoints: PlannedAbsence CreatePlannedAbsence UpdatePlannedAbsence The property Approved has been replaced with a new property called Status.Old Property (REMOVED)Name: Approved Type: BooleanSummary: Specifies if the absence is approved. New Property (NEW)Name: Status Type: Int32Summary: Specifies the absence status. AppliedFor: 0 Approved: 1 Denied: 2 (115557)
Corrections
- The properties TransportTime in UpdateDeliveryAddressWarehouseInformation command now support nullable values. The default value of property DeliveryWeekdays will be 0 if a null value is provided. The input type of DeliveryMethodId and DeliveryTermId changed from LongInput to NotNullLongInput. (95279)
- Resolved an issue where file couldn't be uploaded to SharePoint. (107530)
- Removed validation on PlannedStartDate and PlannedFinishDate for UpdateManufacturingOrderOperation command. (113462)