Quantcast
Channel: Microsoft Dynamics AX Forum - Recent Threads
Viewing all articles
Browse latest Browse all 72043

info log messages

$
0
0

I want to display a multiple lines of message in info

I tried with the following code and I got the following output.

but the requirement is Helloworld

under that HelloSravya

both should come like main heading as HelloWorld

setprefix("Hello world");
setPrefix("Hello Sravya");

{
    info("Info1");
    info("Info2");
}

setprefix("Prefix2");

{
    info("Info3");
}


 


Viewing all articles
Browse latest Browse all 72043

Trending Articles