Force form refresh

D365 Tech Support Forums Finance and Operations Forms/UI Force form refresh

Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #959
    ADUser
    Participant

      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?

      #1002
      FitVibes24
      Participant

        I think you can use something like this in x++

        #task
        _sender.formRun().task(#taskRefresh);

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.
      D365 Tech Support