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

Announcements

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,335

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
    240,536 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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans