Upon logging into Dynamics GP, clients have indicated that they have received several Script Error messages.
These error messages give you two options:
Do you want to continue running scripts on this page: YES OR NO
You click YES or NO, and more errors continue to appear.
To resolve these error messages, you will need to turn off the CONNECT feature on the Home Page of Dynamics GP.
First, click through all the error messages, there are like 10-12 error messages.
Once you click through the errors, click the link in the upper right corner: “CUSTOMIZE THIS PAGE”
This will open the Customize Home Page screen, you can then deselect (uncheck) the CONNECT option, then click OK.
This will disable that feature on the homepage, and you will not receive it again.
For Administrators
You can run the following script against the Dynamics Database, and it will turn this feature off for all users:
- update dynamics.dbo.sy08100 set visible – 0 where sectionid = 6.
If you have questions or need some assistance, visit our support page for more help.