When you work with Dexterity in Microsoft Dynamics GP, you start with a copy of the Dynamics.dic core dictionary. Then, you make additions and changes as needed. This dictionary is called the development dictionary. When the code is completed and tested in the development environment, you create a chunk dictionary to package the code for distribution. When you create the chunk dictionary, you create an extracted dictionary that contains source code. This extracted source dictionary contains all the changes and the additions that you made.
If you have to send your dictionary to another developer, send the extracted source dictionary instead of the significantly larger development dictionary. Before you can use an extracted source dictionary together with Dexterity, you must combine the extracted source dictionary with the core dictionary to re-create a development dictionary.
Also, if you want to view resources such as table definitions or reports that are used by a third-party dictionary, you have to combine the third-party dictionary with the core dictionary to create a combined dictionary. You can use this combined dictionary to explore resources. However, the combined dictionary does not contain source code.
Note When you open an extracted dictionary directly in the Dexterity development environment, you may receive various error messages because certain resources are missing. You may receive any of the following error messages:
If you have to send your dictionary to another developer, send the extracted source dictionary instead of the significantly larger development dictionary. Before you can use an extracted source dictionary together with Dexterity, you must combine the extracted source dictionary with the core dictionary to re-create a development dictionary.
Also, if you want to view resources such as table definitions or reports that are used by a third-party dictionary, you have to combine the third-party dictionary with the core dictionary to create a combined dictionary. You can use this combined dictionary to explore resources. However, the combined dictionary does not contain source code.
Note When you open an extracted dictionary directly in the Dexterity development environment, you may receive various error messages because certain resources are missing. You may receive any of the following error messages:
Error Message 1
[Not FOUND]
Error Message 2
String Missing
Error Message 3
Script Not Found
Error Message 4
(No Source)
Do not try to make changes in an extracted dictionary. If you try to make changes in an extracted dictionary, you could cause the extracted dictionary to become corrupted.