There might be scenarios where we need to customize 3rd party forms by adding our business logic on top of the existing 3rd party functionality.
To handle this scenario, either Dexterity or VS Tools can be used.
This article explains a method to customize 3rd party forms using VS Tools.
Create an application assembly for the third-party dictionary:
1. SDK for VS Tools needs to be installed.
2. Application assembly (dll files) for default third-party dictionaries like Manufacturing, Project Accounting will be located in VS Tools SDK installed folder.
3. For all other 3rd party dictionaries, create an application assembly by using “Dictionary Assembly Generator” through command prompt. Continue reading