Error when click on continue button in Lead screen.

SOLVED

Hi,

I searched a lead and selected one from the result. Lead screen appears and then clicked 'Change' to edit and saved successfully. Upon clicking 'Continue' button the page shows an error as follows. The url is http://{server name}/CRM/CustomPages/?T=&SID=81651114933349&F=&J=&Key0=4&Key4=1&Key44=2462&cont=t. But I have not redirected to any custom pages. 

Version of CRM used is 2019 R1.

Please help.

Top Replies

  • 0
    SUGGESTED

    Hi Sulfath,

    The fact that it's going to the "CustomPages" directory in your URL suggests that your "Continue" button may have been modified on the "Lead screen" you referenced. 


    Chances are the issue stems from a permissions in either IIS or the IUSR account's ability to access the Sage CRM directory on the application server. 

    ** For the sake of providing a disclaimer, everything that follows should be carried out under the supervision of your IT lead or firm responsible for the security and integrity of your IT systems and applications **

    Run the "inetmgr" (Internet Information Services (IIS) Manager) and navigate to your CRM instance's "Authentication" settings. 

    Once open, ensure that "Anonymous Authentication" is enabled. If you right click on that item in the list of authentication methods, you'll get the "Edit" option. Make sure the user that's selected is the impersonated user set up by your IT firm (by default, it's "IUSR").



    If that looks good, the next stop is the Application directory where Sage CRM is installed. The default installation path is "C:\Program Files (x86)\Sage\CRM\[instanceName]". Navigate to your instance and you'll see a "WWWRoot" folder. Right click that, and select "Properties" option.



    The IUSR (or the impersonated user set up by your IT team) should be listed as it is above in my test system. If it doesn't have the option and you have Administrator rights to the Sage CRM server, click the "Edit" button and give "Full control" to the IUSR (or impersonated user defined in IIS). 

    Go back into Sage CRM and test the "Continue" button again in the same order that you received the error. If IIS and the impersonated user are both set up correctly, you should no longer receive the 403 Forbidden error.

    I hope that helps.

    Best Regards,
    Basil Malik

  • 0 in reply to bmalik_1

    Hi Basil,

    Thanks for the reply.

    Unfortunately it doesn't work. I am still getting the same error.Disappointed

    Any other options?

  • 0

    You've shared the link that is displayed once the button is clicked.  Could you please right click on the button and copy the link address.  The 'Change' Button should look like

    http://[servername]/crm/eware.dll/Do?SID=189438929231556&Act=134&Mode=1&CLk=T&Key0=45&cont=t

    Within Administration > Advanced Customization > Button Groups - has a button group been added to the Lead Screen?

  • 0 in reply to Sage CRM

    Change button link look like this. https://[servername]/crm/eware.dll/Do?SID=1424739833970&Act=193&Mode=1&CLk=T&Key-1=4&Key0=44&Key4=1&Key44=2462.

    This is happening when I search for a Lead and select one from grid. Then the lead screen comes. If I click continue button now, it works fine. If I click Search button or just redirect to tracking and then to summary, then continue button shows error.

    It happens only with Lead, opportunity and case are working fine

    There has no button group created for lead screen.

    PS: The 'company' entity is disabled for this customer.

    Any helpWorried

  • +1 in reply to Sulfath Shajahan
    verified answer

    Hi ,

    This issue has been resolved. This was occurred due to some custom script in the top content of Lead Screen. Changed it and the 'Continue' button works as usual.

    Thanks for the support teamRelaxed