web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

Start job by code

(0) ShareShare
ReportReport
Posted on by 3,325

How can I start a Job by X++ Code?

*This post is locked for comments

I have the same question (0)
  • Verified answer
    Martin Dráb Profile Picture
    239,099 Most Valuable Professional on at

    You can do that, but using a job instead of a class has only disadvantages (e.g. jobs aren't able to run on server side). Don't use jobs in any production code.

    In general, you have two possibilities - to create a menu item and call it:

    //you can change the type of called object without changing the invocation code
    MenuFunction::runClient(menuItemActionStr(YourMenuItem), MenuItemType::Action);

    or to run an application object via TreeNode:

    #AOT
    ;
    TreeNode::findNode(strFmt(#JobPath, identifierStr(YourJob))).AOTrun();

  • Community Member Profile Picture
    on at

    Hi Martin,

    Thank You very much for your help to people.

    Its working great..

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Basit Profile Picture

Basit 1

#1
GL-01081504-0 Profile Picture

GL-01081504-0 1

#1
Roya Profile Picture

Roya 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans