Codeunit "GLI Date Handling Mgt" – Code Refactoring – Performance and Filters (3946)
Unnecessary filters that had been applied to the "Date Handling" table have been removed.
Not all data is transferred when creating a Work Order from a posted Work Order Request (4013)
The functionality for generating a Work Order from a posted Work Order Request has been aligned with the functionality that allows creating a Work Order directly from a Work Order Request, so that both processes are now functionally identical.
EIC – Translation of content in columns (4101)
The translations and code of the Equipment Information Center have been revised so that the types are now displayed directly in the corresponding environment language.
Equipment Structure – Expand All (4120)
Both the Expand All and the Expand All from Current Asset actions have been revised. On the one hand, Expand All now correctly expands all instances again, and on the other hand, interaction with these elements has been restored. In addition, the behavior has been adjusted so that regardless of whether Expand All or Expand All from Current Asset is used, the previously selected element remains selected and is focused in the view if it moves out of the visible area due to the number of displayed elements. This also applies if the selected element has been moved to another page.
Dimension Transfer – Create Sales Invoice (1271)
A function has been implemented that merges the dimensions from the Sales Header with the dimensions from the generated invoice so that all required dimensions are included in the Sales Invoice.
Codeunit::"GLI Create Sales Doc From W O" – 'OnBeforeInsertSalesHeader' parameter missing (4135)
The event "OnBeforeInsertSalesHeader" in the "Create Sales Doc From W O" codeunit has been extended by the "DocumentType" parameter.
Codeunit::"GLI Create Sales Doc From W O", 'OnInsertSalesInvoiceLineOnBeforeInsert' – parameter missing (4136)
The event "OnInsertSalesInvoiceLineOnBeforeInsert" in the "Create Sales Doc From W O" codeunit has been extended by the parameters "WorkOrderLedgerEntry" and "PriceFromWorkOrder". Additionally, the event "OnInsertSalesQuoteLineOnBeforeInsert" has been extended by the parameters "GLIWorkOrderLine" and "TransferPriceQuote".
Codeunit::"GLI Perf. Char. Jnl.-Post Line", 'OnBeforePostPerfCharJnl' – sender should be provided (4141)
In the event "OnBeforePostPerfCharJnl", the parameter for passing the sender has been set to "true", so that the sender is now included.
Capture mobile requests to create a Work Order Request (4139)
A tile has been implemented in the Mobile Request Capture Role Center that allows users to create a new Work Order Request.