- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-10-2018 09:25 AM
Please.... How can I identify the relationship of the tables in a Project?, and if any changes are made, find out which tables would be affected?.
For your attention. Thank you
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-10-2018 10:55 AM
Hello Alberto Chávez,
You can find this information by looking at the schema map of the table. The schema map displays the details of tables and their relationships in a visual manner, allowing administrators to view and easily access different parts of the database schema. I have also provided some information on system cloning below.
Navigate to schema map:
- In the navigation bar find the "tables" module under system definition.
- Open the record for the table in question
- In the related links section at the bottom choose "Show Scheme map"
System cloning:
The system clone application allows users with the clone_admin or admin role to clone data from one instance to another.
This functionality is primarily used to clone a production instance over an existing sub-production instance before developing or testing changes. All clones are performed using the most recent nightly backup.
Additional Information:
Hope this helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-10-2018 09:41 AM
You can look at the tables and see if there are any reference fields ( somewhat like a foreign key ).
Also the table sys_relationship defines relationships between tables
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-10-2018 10:09 AM
How could you perform a system cloning? Have in a private repository and edit it in another instance, so that the changes that are made, do not affect the original. (Somewhat like a test center). Thank you

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-10-2018 10:55 AM
Hello Alberto Chávez,
You can find this information by looking at the schema map of the table. The schema map displays the details of tables and their relationships in a visual manner, allowing administrators to view and easily access different parts of the database schema. I have also provided some information on system cloning below.
Navigate to schema map:
- In the navigation bar find the "tables" module under system definition.
- Open the record for the table in question
- In the related links section at the bottom choose "Show Scheme map"
System cloning:
The system clone application allows users with the clone_admin or admin role to clone data from one instance to another.
This functionality is primarily used to clone a production instance over an existing sub-production instance before developing or testing changes. All clones are performed using the most recent nightly backup.
Additional Information:
Hope this helps!