D365 Tech Support
D365 Tech Support › Forums › Finance and Operations › Forms/UI › Force form refresh
Tagged: D365, Form
Is there any way to hard force a form refresh? I know I can use refresh() and reread() on a data source but if I wanted to in theory force the page to reload is there a way to do that?
I think you can use something like this in x++
#task _sender.formRun().task(#taskRefresh);