Content
|
---|
You can create completely new tables (or forms) in a module of Connected Business using the Data Dictionary. In creating new tables in Interprise Suite, you will need to define properties for each column or field included in the new table and set whether the field would be the primary key.
Sample Column Name |
Sample Value |
AssociatedCompanyName |
Display Name – Associated Company Name Note: Right-click and Set as Primary Key |
BusinessType | Display Name – Business Type Type – Alphanumeric Default – leave blank Length – use default Scale, Precision – use default Options – Nullable, Searchable, Show on List, Show on Class, Visible |
Founded | Display Name – Founded Type - Date Default – getdate (to set the current system date) Length – use default Scale, Precision – use default Options – Nullable, Searchable, Show on List, Show on Class, Visible |
Capital | Display Name – Capital Default – 0 Length – use default Scale, Precision – use default Options – Nullable, Searchable, Show on List, Show on Class, Visible |
NumberofEmployees | Display Name – Number of Employees Default – 0 Length – use default Scale, Precision – use default Options –Nullable, Searchable, Show on List, Show on Class, Visible |
Primary keys can be a column or a collection of columns that are selected to be unique identifiers for the record e.g. CustomerCode in the Customer table (form or view). At a minimum, the primary key should be unique to the table (form or view) it belongs to, should be required and must be non-null.
To DELETE a Custom Table, select a field in the Database Objects List. Click on View > Custom View. Right click on the custom view in the list and select Drop View. Choose Yes in the prompt to drop the database object.
Create Custom Table through the Data Dictionary Add in in MS SQL Server