Tuesday, 13 September 2016

For Title Box of Report

public static void main( Args _args)
{
 newControllerClass controller = new newControllerClass();
 controller.parmReportName(<reportName>);
 controller.parmArgs(_args);
 controller.parmDialogCaption(<your Caption>);
 controller.startOperation();
}
Then you are set.
or 

You can define the caption of dialog under UIBuilder class also.
In build method of the class, just initiate a Dialog variable and write following code.
dialog.caption("Your title");

No comments:

Post a Comment

POSTMAN D365

  Postman is useful to test the behavior of different OData class from/to D365FO. In this post we will see the steps to setup Postman with D...