Service Request foldout panel not getting updated immediately
Summary:
Hi @Edson Junior, Oracle @Jithesh Vijayakumar-Oracle @Sono Chacko-Oracle @Karyn Kurland-Oracle
We have designed custom foldout(Product Info) panel on service request.
but when we update the service requests fields from details page and coming back to to the overview page then pane won't show updated data until and unless we refreshes the panel.
Content (please ensure you mask any confidential information):
<template id="unitInfo"> <oj-sp-foldout-panel panel-title="Product Info"> <oj-sp-summarizing-collection overflow-action-label="View More Details" on-sp-overflow-action="[[$listeners.summarizingCollectionSpOverflowAction]]"> <!-- <div> <oj-button label="Refresh" chroming="solid" display="icons" style="padding-left: 15rem;" on-oj-action="[[$listeners.buttonAction2]]"> <span class="oj-ux-ico-refresh" slot="startIcon"></span> </oj-button> </div> --> <oj-list-view data="[[ $variables.serviceRequests8 ]]" class="oj-listview-item-padding-off"> <template slot="itemTemplate"> <!-- Check if all fields are empty for the current item --> <oj-bind-if test="!$current.data.InstalledBaseAssetID_c && !$current.data.ProductID_c &&