How to retrieve Dynamics AX Application folder path at runtime

To retrieve Dynamics AX Application folder path at runtime can use XInfo  class
static void Test_Job(Args _args)
{
    ;
    box::info("Application Folder: " + XInfo::directory(DirectoryType::Appl));
}

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.