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);
}
//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
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