
Hello Guys,
I have a scenario to access QuickView form and get the value from the timer control which is present in the quick view form.
I tried with the below code and it is not working. Please give your suggestion on this.
var quickviewControl = formContext.ui.quickForms.get("quickview_name");
Hi Vasanthkumar,
I found two menthods as following shown, maybe you can try to use them to test:
1.updateTimeDifferenceInSeconds() function
Xrm.Page.getControl("mytimer").updateTimeDifferenceInSeconds();
Getting the current value of the timer | Dreaming in CRM & Power Platform
2.getelementById
document.getElementById('mytimer').children[0].children[1].innerText
(+) Access timer control value - Dynamics 365 Customer Service Forum Community Forum
Regards,
Leah Ju
Please mark as verified if the answer is helpful. Welcome to join hot discussions in Dynamics 365 Forums.