Order Hub resolved issues

Resolved issues in Order Hub as part of the Sterling™ Order Management System Software version 10, and the subsequent minor updates.

9 March 2026 (Release 10.0.2601.2-26.1.1.2)

Defect ID Case number Description
shell-on-prem#789 TS021228518 Missing translation for some menu items such as Home, Alert, and Dashboard.
  • Problem: There's an Order Hub internal build issue with the translation process.
  • Fix: Reconfigured the translation process for the repository.
  • Files changed: Internal library files.
buc-app-fulfillment#2400 TS021420178 The sourcing tester find products is timing out in the getItemList API call.
  • Problem: The product search in the sourcing tester was not optimal for large catalog datasets.
  • Fix: Switched the code to use the NEXTPAGE pagination strategy and to only retrieve a small number of products at a time.
  • Files changed: Internal library files.
buc-app-order#9524 TS021289828 The pagination strategy is to use NEXTPAGE and the proper page size for order, item, and customer.
  • Problem: The Order Hub Find products and Find customer modals don't perform well when there are millions of records.
  • Fix: Changed the code to use the NEXTPAGE pagination strategy, retrieve only current page items that are shown, and other small improvements that reduce the search results.
  • Files changed: Internal library files and the following files.
    packages/create-order/src/app/features/order/create-order/order-setup/order-setup.component.html
    packages/create-order/src/app/features/order/create-order/order-setup/order-setup.component.ts
    packages/order-shared/assets/buc-app-order/i18n/order/create-order/en.json
    packages/order-shared/src/lib/data-services/create-order-data.service.ts
buc-app-order#9548 TS021376809 There's an issue with contract order confirmation when an item's minimum ordered quantity requirement is not met.
  • Problem: The create or edit contract order > Add order lines page was not handling API errors properly. It was assuming that the API will succeed and reloading the table information with the data from the server.
  • Fix: Corrected the code to not refresh the table from the server when an API failure. Also, used a friendly business user error message for the scenario that is reported to provide more clarity for the user about the error.
  • Files changed:
    packages/create-contract-order/src/app/features/order/create-contract-order/create-contract-order.component.ts
    packages/order-shared/assets/buc-app-order/i18n/order/create-contract-order/en.json
    packages/order-shared/src/lib/contract-orderline-table/contract-orderline-table.component.ts
buc-app-order#9549 TS021377561 Observed a performance issue in the contract order creation and modification of a draft or a confirmed contract.
  • Problem: The buyer and seller organization drop-down menus were originally designed to list out all of the organizations respectively. This design doesn't perform on a system that has hundreds of thousands of buyer organizations.
  • Fix: Enhanced the component to be a drop-down menu plus a search modal in the case where there are more than 1000 organizations. The search results then retrieve small result sets that are paginated.
  • Files changed: Internal library files and the following files.
    packages/create-contract-order/src/app/features/order/create-contract-order/contract-order-form-fields/contract-order-form-fields.component.html
    packages/create-contract-order/src/app/features/order/create-contract-order/contract-order-form-fields/contract-order-form-fields.component.ts
    packages/create-contract-order/src/app/features/order/create-contract-order/create-contract-order.component.ts
    packages/order-shared/src/lib/contract-select-enterprise/contract-select-enterprise.component.html
    packages/order-shared/src/lib/contract-select-enterprise/contract-select-enterprise.component.ts
    packages/order-shared/src/lib/data-services/create-contract-order-data.service.ts
    packages/order-shared/src/lib/order-shared.module.ts
    packages/order-shared/src/public-api.ts
buc-app-order#9551 TS021378715 The Create order - Manage order lines - number field is not editable. You can only increase or decrease the counter.
  • Problem: The input field in the manage order lines table was not editable/responsive.
  • Fix: Switched the number fields in the table to use a newer UI component that worked better.
  • Files changed:
    packages/create-order/src/app/features/order/create-order/manage-lines/orderline-table-generic/orderline-table-generic.component.html
    packages/create-order/src/app/features/order/create-order/manage-lines/orderline-table-generic/orderline-table-generic.component.ts
buc-app-order#9553 TS021237396 Missing the ability to search and filter existing addresses.
  • Problem: The Address selection modal from the Create sales order page has some usability issues.
  • Fix: Switched the code to use the enhanced address selection modal that was recently developed for B2B contract orders and B2B sales orders.
  • Files changed: Internal library files and the following file.
    packages/create-order/src/app/features/order/create-order/order-setup/order-setup.component.ts
buc-app-order#9555 TS021433627 There's a performance impact in the Order search page from the multiApi call to the getOrganizationHierarchy.
  • Problem: The Order Hubenterprise drop-down menu was making an unnecessary call to the multiApi for the getOrganizationHierarchy for basic cases.
  • Fix: Corrected the code to remove the API call from the basic scenarios.
  • Files changed: Internal library files.
buc-app-order#9564 TS021450079 Issues with Add new address in the Select shipping address page in the Create sales order under contract orders.
  • Problem: There are several issues with the add new address modal, such as the country is always saved as US. The State is a mandatory field regardless of the country that is selected and some other error conditions.
  • Fix: Fixed the code to properly handle addresses for countries other than US.
  • Files changed: Internal library files and the following files.
    packages/create-contract-order/src/app/features/order/create-contract-order/contract-order-form-fields/contract-order-form-fields.component.ts
    packages/order-details-v2/src/app/features/order/order-summary/order-summary.component.ts
buc-app-order#9570 TS021473338 The item and group assignment is incorrect when the same item is needed in different groups.
  • Problem: The Order Hub logic for assigning groups to same item id products was wrong.
  • Fix: Changed the code to properly assign and unassign groups to contract lines.
  • Files changed:
    packages/order-shared/src/lib/contract-orderline-table/contract-orderline-table.component.ts
buc-app-order#9575 TS021471971 The CSV upload when editing a confirmed contract showing the price must be a locked error.
  • Problem: Uploading products into a contract order using the CSV upload method is missing the price lock setting.
  • Fix: Changed the code for the CSV upload to properly set the price lock flag for all contract order lines that are being uploaded.
  • Files changed: Internal library files and the following files.
    packages/order-shared/assets/buc-app-order/getPage-templates.json
    packages/order-shared/src/lib/contract-orderline-table/contract-orderline-table.component.ts
buc-app-order#9583 TS021459936 Remove UI validation for a contact order when confirming the contract order.
  • Problem: The contact person data for a contract order is mandatory in the Order Hub UI but not in the backend API.
  • Fix: Changed the code to make the contact person optional in the create contract order process.
  • Files changed:
    packages/contract-orders/src/app/features/order/contract-orders/contract-orders.component.ts
    packages/create-contract-order/src/app/features/order/create-contract-order/contract-order-form-fields/contract-order-form-fields.component.html
    packages/create-contract-order/src/app/features/order/create-contract-order/contract-order-form-fields/contract-order-form-fields.component.ts
    packages/create-contract-order/src/app/features/order/create-contract-order/create-contract-order.component.ts
buc-app-order#9602 TS021312254 Order audits are not showing the correct details.
  • Problem: The logic to display order audits was incorrect.
  • Fix: Changed the code to properly find the audits for the order line.
  • Files changed:
    packages/order-audit-details/src/app/features/order/audit-details-table/audit-details-table.component.ts
    packages/order-audit-details/src/app/features/order/order-audit-details/order-audit-details.component.html
    packages/order-audit-details/src/app/features/order/order-audit-details/order-audit-details.component.ts
    packages/order-line-details/src/app/features/order/order-line-audits-tab/order-line-audits-tab.component.ts
    packages/order-audit-details/src/app/features/order/audit-summary/audit-summary.component.html
    packages/order-audit-details/src/app/features/order/audit-summary/audit-summary.component.ts
buc-app-order#9603 TS021319145 Shipment lines are not shown in the Shipment details page.
  • Problem: In the scenario where a shipment line has an item that doesn't have an unit of measure stamped during order creation, the shipment details cannot display the line.
  • Fix: Changed the code to add checks for empty item descriptions and units of measure.
  • Files changed:
    packages/shipment-details/src/app/features/shipment/shipment-details/shipment-lines/shipment-lines.component.ts
buc-app-order#9611 TS021528517 Adding multiple items to a contract order displays the items in an incorrect order.
  • Problem: The contract order lines table was showing the products in a non-intuitive way when a business user adds contract order lines.
  • Fix: Show the items in the same order as they were added in the table.
  • Files changed:
    packages/order-shared/src/lib/contract-orderline-table/contract-orderline-table.component.ts
buc-app-order#9612 TS021544853 Overview of account contract orders is not updated when changing account.
  • Problem: The contract order tabs count was intermittently not being updated when switching accounts using the dropdown menu.
  • Fix: Changed the code to explicitly update the count on account change instead of relying on an emit event.
  • Files changed:
    packages/contract-orders/src/app/features/order/contract-orders/contract-orders.component.ts
    packages/create-contract-order/src/app/features/order/create-contract-order/contract-order-form-fields/contract-order-form-fields.component.html
buc-app-order#9620 TS021249529 Multiple pages in the Order Hub application time out due to the getOrganizationHierarchy API call.
  • Problem: Order Hub had some unnecessary calls to the getOrganizationHierarchy API in the enterprise dropdown and place order holds.
  • Fix: Changed the code so that such API calls are not made on basic scenarios.
  • Files changed:
    packages/order-shared/src/lib/constants/order.constants.ts
    packages/order-shared/src/lib/order-holds-tab/order-hold-modal/order-hold-modal.component.ts
    packages/shipment-details/src/app/features/shipment/shipment-details/shipment-details-tabs/shipment-holds/shipment-hold-modal/shipment-hold-modal.component.ts
buc-app-order#9631 TS021491103 There's inconsistent naming across Order Hub screens.
  • Problem: Order Hub used Item name and Product name in different tables causing a terminology usage inconsistency.
  • Fix: Replaced the Item name term with Product name.
  • Files changed:
    packages/order-shared/assets/buc-app-order/i18n/order/order-detail/en.json
    packages/order-shared/assets/buc-app-order/i18n/order/order-release-details/en.json
buc-app-order#9634 TS021536164 The currency is not showing in contract order header information page after navigating to next page.
  • Problem: When a business user reopens a draft contract order, the currency and price list is not displayed. This happens when there is no customer preferred currency configured in Sterling Business Center.
  • Fix: Added logic to use a fallback currency when it is undefined.
  • Files changed:
    packages/contract-summary/src/app/features/order/contract-summary/contract-summary.component.ts
    packages/create-contract-order/src/app/features/order/create-contract-order/contract-order-form-fields/contract-order-form-fields.component.ts
    packages/create-order/src/app/features/order/create-order/order-setup/order-setup.component.ts
buc-app-order#9635 TS021526431 When creating a contract order, the start and end dates should not send time or do a conversion.
  • Problem: The start and end date for a contract are not shown properly on the page.
  • Fix: Treat the start date as a day without time and don't do any timezone conversion.
  • Files changed:
    packages/create-contract-order/src/app/features/order/create-contract-order/contract-order-form-fields/contract-order-form-fields.component.ts

23 February 2026 (Fix pack release)

Defect ID Case number Description
buc-app-order#9556

TS02139148

TS021408519

TS021439946

TS021452255

Order Hub order search with order state=ALL fails.
  • Problem: Recent performance improvements in the Order search page to use the NEXTPAGE pagination strategy caused a regression where the initial search does not work if searching all orders including history orders. The problem is that the Order Hub API payload was passing an empty Order object as PreviousPage element which is not a proper construct.
  • Fix: Changed the code to pass PreviousPage null for first page requests.
  • Files changed:
    packages/order-shared/src/lib/data-services/common-service.service.ts
    packages/order-shared/src/lib/data-services/contract-order.service.ts
    packages/order-shared/src/lib/data-services/create-contract-order-data.service.ts
    packages/order-shared/src/lib/data-services/order-list-data.service.ts
    packages/order-shared/src/lib/data-services/order-shipment-data.service.ts
    packages/order-shared/src/lib/data-services/shipment-list-data.service.ts

6 February 2026 (Release 10.0.2601.1-26.1.1.1)

Defect ID Case number Description
buc-app-order#9505 TS021298147 The Order details page add lines link is not working when the page is customized.
  • Problem: The search_fields.json file was modified to remove the product class from the add products to order search form which caused custom pages to miss the product class field. This resulted in a javascript error.
  • Fix: Defined a new search form instead of removing the product class from the existing add item search form which could be customized by customers.
  • Files changed:
    packages/create-order/src/app/features/order/create-order/add-to-order/add-to-order.component.ts
    packages/order-details-v2/src/app/features/order/orderline-list-table/orderline-list-shared.mixin.ts
    packages/order-details/src/app/features/order/orderline-list-table/orderline-list-shared.mixin.ts
    packages/order-shared/assets/buc-app-order/search_fields.json
buc-app-order#9461 TS020999947 Order details: the Shipments tab and Releases tab are slow.
  • Problem: The Shipment tab and Releases tab in the Order details page was using a GENERIC pagination strategy which is proven to not perform well when there are millions of records in the database.
  • Fix: Changed the code to use the NEXTPAGE pagination strategy which is suited best for orders dataset.
  • Files changed:
    packages/order-details-v2/src/app/features/order/releases-tab/releases-tab.component.ts
    packages/order-details/src/app/features/order/releases-tab/releases-tab.component.ts
    packages/order-line-details/src/app/features/order/order-line-releases-tab/order-line-releases-tab.component.ts
    packages/order-shared/assets/buc-app-order/buc-table-config.json
    packages/order-shared/src/lib/data-services/order-list-data.service.ts
buc-app-order#9460 TS021156979 There is a text spacing issue when adding notes in Order Hub.
  • Problem: The text area used to enter notes had some padding issues.
  • Fix: Switched the code to use the Order Hub text area instead of a plain HTML text area.
  • Files changed:
    packages/order-shared/src/lib/instructions-row-modal/instructions-row-modal.component.html
    packages/order-shared/src/lib/notes-modal/notes-modal.component.html
    packages/order-shared/src/lib/order-cancel-modal/order-cancel-modal.component.html
    packages/order-shared/src/lib/work-order/work-order-cancel-modal/work-order-cancel-modal.component.html
    packages/shipment-details/src/app/features/shipment/shipment-details/shipment-details-tabs/shipment-notes-tab/shipment-notes-tab.component.scss
buc-app-order#9401 TS020872545 Reviewing order release details in the Order Hub UI does not reflect the correct dollar amount.
  • Problem: Order Hub mapped the wrong total from the order details.
  • Fix: Changed the code to properly retrieve the total from the order release object.
  • Files changed:
    packages/order-release-details/src/app/features/order/order-releasesline-list-table/order-releasesline-list-table.component.ts
    packages/order-shared/assets/buc-app-order/getPage-templates.json
buc-app-order#9339 TS020987904 The Receipt page is not available in the Order Hub Order details page from Outbound orders menu.
  • Problem: The Order Hub logic did not determine the proper transfer order flow in order to determine if the receipts tab should be shown.
  • Fix: Fixed the code to handle this specific flow.
  • Files changed:
    packages/order-details/src/app/features/order/order-details/order-details.component.ts
    packages/order-details/src/app/features/order/receipts-tab/receipts-tab.component.ts
buc-app-order#9386 TS020872284 Order Hub is not displaying the substitute items correctly while trying to add substitute items for a line.
  • Problem: Only one substitution item was being shown.
  • Fix: The user interface will now show a table that shows all possible substitution items.
  • Files changed:
    packages/order-shared/assets/buc-app-order/i18n/order/order-line-details/en.json
    packages/order-shared/src/lib/item-substitution-item-summary/item-substitution-item.component.html
    packages/order-shared/src/lib/item-substitution-item-summary/item-substitution-item.component.scss
    packages/order-shared/src/lib/item-substitution-item-summary/item-substitution-item.component.ts
buc-app-order#9376 TS021000112 There's an issue to display order line notes when you hover the mouse in Order Hub.
  • Problem: Order Hub shows order line notes in the Order line details page notes tab. This is not that convenient if the business user would like to see order lines notes in the Order details page.
  • Fix: Enhanced the code to show order line notes as a tooltip in the Order details page order lines table.
  • Files changed:
    packages/order-details/src/app/features/order/orderline-list-table/orderline-list-shared.mixin.ts
    packages/order-details/src/app/features/order/orderline-list-table/orderline-list-table.component.html
    packages/order-details/src/app/features/order/orderline-list-table/orderline-list-table.component.scss
    packages/order-shared/assets/buc-app-order/i18n/order/order-detail/en.json
    packages/order-details/src/styles.scss
buc-app-order#9442 TS020757870 Issue with display of date in contract order details and delivery schedules.
  • Problem: Order Hub was incorrectly performing date conversion in these pages with a custom conversion function.
  • Fix: Changed the code to perform proper date time conversions using common library functions.
  • Files changed:
    packages/create-recurring-schedule/src/app/features/order/create-recurring-schedule/recurring-schedule-form-fields/recurring-schedule-form-fields.component.ts
    packages/create-contract-order/src/app/features/order/create-contract-order/contract-order-form-fields/contract-order-form-fields.component.ts
buc-app-inventory#5249 TS020894151 Inventory search does not auto-navigate to uniquely identified inventory item details.
  • Problem: With the introduction of an inventory item availability search results page, the auto-navigation feature, if there's a single item, was lost.
  • Fix: Changed the code to auto-navigate to the Details page if there's a single item and single node searched.
  • Files changed:
    packages/inventory-search-results-sip/src/app/features/search/inventory-table-sip/inventory-table-sip.component.ts
buc-app-inventory#5337 TS021201378 The inventory search page node selection modal is slow.
  • Problem: The node selection modal had a few coding pitfalls when it came to performance in high volume environments.
  • Fix: Optimized the code to remove an unnecessary API call and to use NEXTPAGE pagination strategy instead of GENERIC. Also, changed the UI to require a business user search before listing the first set of nodes, which in most cases will not have the desired nodes in the list.
  • Files changed: Internal library files.
buc-app-fulfillment#2332 TS020317936 The sourcing tester page did not support customization by json.
  • Problem: The sourcing tester page was not created using the Order Hub search json framework, so it did not support customization by json.
  • Fix: Changed the sourcing tester search code to use the search json framework so that proper json customization is now supported.
  • Files changed:
    packages/fulfillment-shared/assets/buc-app-fulfillment/search_fields.json
    packages/fulfillment-shared/src/lib/constants/fulfillment.constants.ts
    packages/fulfillment-shared/src/lib/services/common-service.service.ts
    packages/fulfillment-shared/src/lib/services/inventory.service.ts
    packages/fulfillment-sourcing-tester/src/app/features/sourcing/sourcing-tester/search/search.component.html
    packages/fulfillment-sourcing-tester/src/app/features/sourcing/sourcing-tester/search/search.component.ts
buc-app-fulfillment#2356 TS020696819 Unable to customize the fulfillment sourcing tester.
  • Problem: The repository angular.json file was pointing to buildTarget which is not allowed in Angular 18 applications.
  • Fix: Changed the code to properly use browserTarget. Note: similar problem observed in the buc-app-node, buc-app-settings, and buc-app-configuration files were also fixed.
  • Files changed: angular.json
orderhub-ui-utils#2914 TS020802866 Rearrange customized fields on search form.
  • Problem: Search fields by default are laid out in the search form based on the order they are defined in within the json file. Therefore, it does not allow custom fields to be placed in desired locations in the search form.
  • Fix: Added support for custom fields by providing sequencing in the custom search fields.
  • Files changed: Internal library files.

16 January 2026 (Release 10.0.2601.0-26.1.1.0)

Defect ID Case number Description
buc-app-order#9383 TS021000023 Allow configurable columns in the order line list to show original quantity for cancelled lines.
  • Problem: After canceling an order line, the quantity field becomes 0.
  • Fix: Introduced a new table column to display the originalOrderedQuantity field from the API response which has the original quantity when the order was created.
  • Files changed:
    packages/order-details/src/app/features/order/orderline-list-table/orderline-list-shared.mixin.ts
    packages/order-shared/assets/buc-app-order/buc-table-config.json
    packages/order-shared/assets/buc-app-order/getPage-templates.json
    packages/order-shared/assets/buc-app-order/i18n/shared/en.json
buc-app-order#9381 TS020873519 When adding items to a sales order, each time you click Next the system adds multiple lines to the order.
  • Problem: When creating a sales order, clicking Next multiple times on the Add items page creates as many multiple lines on the order.
  • Fix: Changed the code to disable the button for as long as the next page takes to load.
  • Files changed:
    packages/create-order/src/app/features/order/create-order/create-order.component.html
    packages/create-order/src/app/features/order/create-order/create-order.component.scss
    packages/create-order/src/app/features/order/create-order/create-order.component.ts
buc-app-order#9380 TS021046043 Order audits not visible in Order Hub.
  • Problem: The Order Hub user experience with the order audits and inner tables is confusing.
  • Fix: Improved the parent and inner tables checkbox behavior.
  • Files changed:
    packages/order-shared/src/lib/audits-tab/audits-tab.component.html
buc-app-order#9266 TS020812921 Opening order details and shipment details for large orders is taking 20-30 seconds.
  • Problem: Order Hub uses the worst performing GENERIC pagination strategy from the getPage API when listing the lines and various tabs in the order and shipment detail pages. Also, if a table has a date picker widget the page becomes sluggish if showing 100 rows in the table.
  • Fix: Enhanced the code to use the better performing NEXTPAGE pagination strategy. For tables that need a date picker, used a new approach to overcome the issue of directly using the Carbon date picker in the table rows.
  • Files changed: Too many files to list.
buc-app-order#9258 TS020784861 The order and shipment searches return too many records when there are large datasets.
  • Problem: Order Hub uses the worst performing GENERIC pagination strategy from the getPage API. Using the GENERIC pagination strategy, performance issues are observed when the system contains millions of order records with thousand of order lines.
  • Fix: Changed the code to use the NEXTPAGE pagination strategy in all order and shipment search use cases.
  • Files changed: Too many files to list.
buc-app-order#9254 TS020812921 The create recurrence by group view doesn't show the selected lines.
  • Problem: The Order Hub create recurrence group view was incorrectly showing order lines.
  • Fix: Fixed the code to handle this specific flow.
  • Files changed: Too many files to list.
buc-app-order#9249 TS020704487 The cancel line option is not shown correctly when order has more than 100 lines.
  • Problem: When the order has more than 100 lines, the Sales order details page uses a different implementation for the order lines table that gets the line using the getOrderLineList API. However, this API does not return the AllowedModification object, which causes the Order Hub code to default to no access and show incorrect actions for the order lines.
  • Fix: Enhanced the backend API to return the AllowedModification object.
  • Files changed:
    packages/order-shared/assets/buc-app-order/getPage-templates.json
buc-app-order#9171 TS020381729 The Order Hub create order - item advanced search does not perform well when there are hundred thousand records.
  • Problem: There were two issues with the item advanced search causing the responsiveness of the page to be very slow. The page was getting the entire matching result set from the server and the pagination strategy used was GENERIC which is slowest of the available options.
  • Fix: Enhanced the code to use the NEXTPAGE pagination strategy and also to only request the current page data from the server.
  • Files changed:
    packages/create-order/src/app/features/order/create-order/add-to-order/add-to-order.component.ts
    packages/order-details-v2/src/app/features/order/orderline-list-table/orderline-list-shared.mixin.ts
    packages/order-details/src/app/features/order/orderline-list-table/orderline-list-shared.mixin.ts
    packages/order-shared/assets/buc-app-order/buc-table-config.json
    packages/order-shared/assets/buc-app-order/getPage-templates.json
    packages/order-shared/assets/buc-app-order/search_fields.json
    packages/order-shared/src/lib/data-services/common-service.service.ts
    packages/order-shared/src/lib/data-services/create-order-data.service.ts
    packages/order-shared/src/lib/orderline-list-table/add-line-modal/add-line-modal.component.html
    packages/order-shared/src/lib/orderline-list-table/add-line-modal/add-line-modal.component.ts
buc-app-inventory#5192 TS020372711 Unable to choose the proper item in add safety factor rules when the system has more than a 10K items limit.
  • Problem: The Order Hub item selector under safety stock rules was incorrectly retrieving the entire data set from server instead of requesting a paginated result set.
  • Fix: Changed the code to only request the current page data from the server. Data for subsequent pages is requested from the server as the business user paginates through the table result set.
  • Files changed: Internal library files
buc-app-inventory#5107 TS019726960 Switching from v1 buc APIs to v2 supply demands/supplies APIs.
  • Problem: The data displayed in Order Hub is not what was expected.
  • Fix: Changed the Order Hub code to call the v2 API.
  • Files changed:
    packages/inventory-availability-details/src/app/features/inventory/sip-sku-details/sip-sku-display.component.ts
buc-app-sfo#678 TS020679257 The benefit reports are missing data when looking at a distribution center node.
  • Problem: The Order Hub code had incorrect path to certain values in the response json.
  • Fix: Corrected the code to have the proper code path to retrieve the values from the JSON response for the stockout, markdown.regular, and markdown.idle properties.
  • Files changed:
    src/app/features/benefits-report/benefits-report-page/basic-kpis/basic-kpis-graph.service.ts
    src/app/features/benefits-report/benefits-report-page/benefits-report-data.service.ts
    src/app/features/benefits-report/benefits-report-page/benefits-report.type.ts
buc-app-user#378 TS020361481 When creating a user, the organization list is not filtered by business user access.
  • Problem: The Order Hub organization list during user creation is showing the entire system list instead of properly filtering the list based on the current logged in administrator access.
  • Fix: Changed the Order Hub API payload to include the required DataAccessFilter.
  • Files changed: Internal library files.