Wednesday, October 29, 2014

Display customized Text In Status Bar- Axapta 2012

Here i'm sharing the code to Display customized Text In Status Bar

//Copy and paste the below code in a Job

static void statusbar(Args _args)
{
    str customtext;
    ;

    customtext = "Test";

    // Force the text to be shown
    xUserInfo::statusLine_CustomText(true);
    infolog.writeCustomStatlineItem(customtext);

}



@ Rahul Talasila

1 comment:

  1. Thanks for the useful code example to display customized text in the status bar in Axapta 2012! It’s great to see simple ways to enhance user experience. Also, if anyone is looking for reliable web hosting to support their Dynamics 365 projects or blogs, I recommend checking out cherry hosting for solid hosting solutions.

    ReplyDelete

What is the primary purpose of using a Solution in Microsoft Power Platform & ALM?

As organizations embrace low-code development with Microsoft Power Platform , it becomes essential to manage and govern apps, flows, and dat...