Browse By Tags

  • Debugging CRM .net API dlls

    So you're having difficulty debugging a .net dll with Sage CRM, you have followed all the instructions in the documentation for setting up debugging but it still doesn't work... Microsoft only knows why sometimes the debugger just will not catch your…
  • Write to the CRM logs in a server-side script

    If you are developing a server-side script such as a Create Script, Validate Script or Table Level Script, it is often useful to write debugging information to a log. I'd like to share with you a very simple function that you can use to write to the…
  • An example of when to test as the System Administrator

    When I lecture I stress the need to test any system changes that are made with a user other the System Administrator. This is because of all the override rights that a System Administrator has, and therefore System Administrator may not experience the…
  • Develop an Extension(s) to Visual Studio Code to allow creating, editing, and debugging of Adonix code

    Microsoft provides a free tool called Visual Studio Code https://code.visualstudio.com/ that allows developers to work with numerous languages in this one program as well as have the ability to work with source control systems such as GIT. I believe many…
  • Error Message in Payables Recurring Transactions

    After upgrading to 2017.2 in SAGE 50 Premium Canadian, we are getting an error message regarding a debugging function whenever we access the recurring transaction feature and we can no longer tab through the list using the alpha selection. Very annoying…
  • Program Trace Window no longer working

    I have been using the program trace window to watch my scripts run for months which is critical when I'm troubleshooting. Yesterday I was using it in the morning and when I went to use it again during the afternoon the debug options were gone. I checked…
  • Troubleshooting Problems in the Cloud

    Introduction Imagine that you are managing a large cloud based solution with lots of moving parts, thousands of users and fairly complicated business logic going on all the time. Now an irate customer phones into support complaining that something…