
Hi Experts,
Is there a way to update an entity view when Xrm.Navigation.navigateTo is called?
My goal is to have a custom advance find. Criteria is defined in a record fields and when criteria is already defined, a "Search" button will be clicked and the code below will run with a defined fetch value for the view.
Is it possible?
I was able to navigate from account record to contact view through the navigateToContactView function (in the image). What's missing is the view updated by fetch.
I have a code that is working in the classic look of crm. it is updated through DOM and it's working as expected. But with the same code in UCI, error appears. Id of the container is no longer present in UCI.
Is there a way to implement the same feature in UCI?
Thanks.