Hi All!
I am new here in Dexterity. I want to give my customization to my client. In Customization, I have to add the two new fields in a table. What script do I need to write? And where would I write this?
Any help will be highly appreciated. Thanks in advance.
Ehtasham Ur Rahman
*This post is locked for comments
First, you shouldn't modify table definitions for any existing Microsoft Dynamics GP tables. This includes adding, removing, or changing any fields. Instead, you should create a shadow table that contains the key values and additional data that you want to store with each record.
Look at the "Tables" chapter in the Dynamics GP Integration Guide (included with Dexterity) to learn about how you should design your tables for integrations.
Dexterity supports all of the table types you listed. In earlier releases (4, 5, 6, etc) Dynamics GP supported those other database types. If you choose "Default" as the table type, the runtime will use whatever database provide was chosen for the installation. Today, SQL Server is the only choice, so your table would be SQL. The C-tree type is also still supported. Sometimes it's helpful to store data locally in a c-tree table, such as when processing data in a temporary table. In the vast majority of cases, you'll choose Default or SQL.
Check the Dexterity help file (Dex.chm) included with Dexterity to learn more about the table options.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156