Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Small and medium business | Business Central, N...
Suggested answer

Executing a page action without blocking the ui

(0) ShareShare
ReportReport
Posted on by 10

I have a page action that call a procedure in a codeunit. I have to pass various params to this, not only text but various like jsonobjet and other. The elaboration vary but it can last several minutes. There's a way to do it without blcking the UI?

  • Suggested answer
    Inge M. Bruvik Profile Picture
    1,029 Moderator on at
    RE: Executing a page action without blocking the ui

    You should let your page insert all the nessesary data into a process queue table that you create.

    Then you let a codeunit run in the job queue that process the data you have inserted into your queue table.

  • Suggested answer
    YUN ZHU Profile Picture
    85,450 Super User 2025 Season 1 on at
    RE: Executing a page action without blocking the ui

    Hi, sorry I haven't tried this.

    I think you can also try using Job Queue and then run it manually in your code.

    pastedimage1655421055752v2.png

    pastedimage1655421034807v1.png

    Hope this helps as well.

    Thanks.

    ZHU

  • Executing Page Action without blocking the UI Profile Picture
    10 on at
    RE: Executing a page action without blocking the ui

    Hi Zhu, I think the page background task is no good for me. I have to pass to the task a record, but I don't know how to convert it to text. More the task has to finish even if the record change or the page is closed

  • Executing Page Action without blocking the UI Profile Picture
    10 on at
    RE: Executing a page action without blocking the ui

    The Api page is an idea, but complex I have to learn from zero. The codeunit is not possible, I have to use a controladdin and from codeunit doesn't go

  • Suggested answer
    YUN ZHU Profile Picture
    85,450 Super User 2025 Season 1 on at
    RE: Executing a page action without blocking the ui

    Hi, I think you can try Page Background Tasks.

    More details: https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/devenv-page-background-tasks

    Hope this helps.

    Thanks.

    ZHU

  • Suggested answer
    JAngle Profile Picture
    95 on at
    RE: Executing a page action without blocking the ui

    Have it as an api page and pass a json object for all the data. Or have a codeunit accessible as a web service and to similar

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Ramesh Kumar – Community Spotlight

We are honored to recognize Ramesh Kumar as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Small and medium business | Business Central, NAV, RMS

#1
Sohail Ahmed Profile Picture

Sohail Ahmed 2,655

#2
Mansi Soni Profile Picture

Mansi Soni 1,574

#3
YUN ZHU Profile Picture

YUN ZHU 1,453 Super User 2025 Season 1

Featured topics

Product updates

Dynamics 365 release plans