Technical Tip 1: Refresh Main Search Window After Updating any Fields
In this section, we will see how to refresh the main search window after updating any properties / fields in item.
Use Case: "After updating any field in item, Main Search Window should refresh and show the updated changes"
You can use below code snippet to refresh the main search window
aras.getMostTopWindowWithAras(window).parent.main.work.searchContainer.runSearch();
Comments
Post a Comment