CRM Upgrade / CustomDotNet "Loading"

Suggested

Hi,

Migrating from 2020 to 2024 R2. Doing the staged migration and the upgrade seems to have been OK. 

We are now in a place where we are testing the solution. 

On the quote entity we have a custom button using a DLL file which is called Export Quote. This calls the DLL file to generate a PDF file in a custom layout the customer wants (Sage CRM cannot do this layout).

When the button is clicked, it calls this line; 

Dispatch.Redirect("../download.aspx?file=" + FileQuoteRef);

This then as expected downloads the PDF file for the quote. However it shows a circle like its loading, is there something we are missing to make sure its returned and doesn't have the loading icon? 

Any help with this would be great please. 

Parents Reply Children