Monday, August 28, 2017

Title in EP web Page

ITitleProvider titleProvider = AxBaseWebPart.GetWebpart(this) as ITitleProvider;
    // Specify the title to pass as the AxPageTitle
    titleProvider.Caption = "Page title goes here";
    // Do not include the context in the title
    titleProvider.ShowContext = false;

No comments:

Post a Comment

Copy Markup charges while posting purchase invoice using X++

 Copy Markup charges while posting purchase invoice using X++ Class: Important: Code logic is just for Reference.  New class => Duplicate...