Dashboard drill down summary screen.

Hello,

I created a custom dashboard and widget which is of type list. This widget also offers users to use action button to go to summary screen of any project.

However, the system automatically redirects to ProjectSummary.asp page which i am no longer using. Even my project tab in project entity is not using that page so where is it defined? My summary tab in project tabs is set to call my custom dll function.

Any suggestions are welcome. Thank you.

  • 0

    Hi,

    If you have created your Project entity through “Advanced Customization Wizard” then there will be an entry in translation for Summary page which you need to change to your custom dot net dll function to call summary page. To do the same follow below instructions.

    1. Log in to CRM.
    2. Go to Administration || Customisation || Translations
    3. In US Translation write “ProjectSummary.asp” and click on Find button.
    4. Click on the hyperlink of “SummaryPage” and click on Change button.
    5. Write below code in all translation and Save.

    UrlDotNet(ThisDotNetDll, )

    Hope this helps!

    Regards,
    Dinesh