I am stuck to refresh an iframe on change.
Here is a video presenting what I would like to do To do so I have tried those 3 options without any effect. What is wrong ?
All options are implemented on the Custom Code tab "On change" of the cs_patient_id labelled Patient in the video
Option 1: with nuGetBreadcrumb
Code: Select all
const contentWindow = $("#cs_patient_histo_CR")[0].contentWindow;
contentWindow.nuGetBreadcrumb();
Code: Select all
nuFilterRun('cs_patient_histo_CR');
Code: Select all
nuRefreshSelectObject('cs_patient_histo_CR');
Many thx for your help,
Yves