This video demonstrate how you can use a Visual Studio Template to create a new converter to import your data to WATS.
We show you how to install the template, walk through and debug the sample code. Finally we show you how to install it on a WATS Client.
The template is attached to this article.
Comments
1 comment
Sorry for nitpicking, but in the test project, shouldn't the first method be marked as [ClassInitialize] instead of [TestMethod]? It does initialize, not actually test any part of the solution, and in case someone added another test (i.e. for a second converter) above it, that test would fail on uninitialized API, wouldn't it?
Please sign in to leave a comment.