Tag: Tips
-
Error Tuesday: Workflow errors & EXEC wfDeployClrAssemblies
There are many issues that can occur with workflow within Microsoft Dynamics GP. The first step should always be to run the following script on your database (After a backup). EXEC wfDeployClrAssemblies If this does not resolve your issue, then I would recommend checking your setup. Sometimes a manager will be removed or an email…
-
IT Friday: Top 3 Reasons You Need to use a Phishing Simulators
Despite all your network protections, all it takes is one click from your end user to open your network. Imagine, it is three o’clock on a Friday afternoon. Joe opened his email to check the responses from his clients. He sees an email from FedX saying his tracking number is available. Perplexed, Joe opens the…
-
Security Mishap Friday: Hackable Passwords Part I
Password security is something everyone always hears about. Make sure that you have a strong password. Weak passwords are hackable. What I find that is not mentioned enough is what constitutes as a strong password is constantly increasing as hackers get better. 15 years ago they recommended adding uppercases to lowercases. 10 year ago they…
-
Top 5 SQL Tips for Microsoft Dynamic GP
Think necessity – Only look for the information you really need. The fewer rows that you pull in the quicker your query will be. Keep it simple stupid (KISS) – When you attempt to get fancy with the queries, it can have consequences. Meaning that the queries can take longer and pull unnecessary data. Overcomplicating…