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

Get Vendor & Warehouse primary address using query

 --Vendor default primary address Select  vt.AccountNum, vt.Party, vt.RecId, lpd.RECID, dpl.LOCATION, lpd.ADDRESS from VENDTABLE vt join Dir...