Soup up Workspace load! - Optimize your Add-Ins
Content
This is Part Five of the Soup up Workspace load! series. For the Introduction go here.
Summary
The Workspace Rules and Workflows features allow you to add a lot of business logic without writing a single line of code. But for more advanced scenarios, you may need to write some code and create your own Add-ins. As with all programming, there’s always a risk that bugs creep in, and it can be hard to develop add-ins that perform well. In this article, we’ll cover some best practices and common “gotchas” with Add-in development.
Test the performance impact of your Add-ins
Tagged:
5