Forum Discussion
DonLarson
6 years agoQrew Elite
Uchenna,
What are your business objects and how are they related? Are the child records all different so your intention is organizing disparate things or are they the same object but with a different status? Or something entirely different?
Here is an ERD of the two scenarios
In the first case your Customer record has five tabs. In each tab is an embedded report from the five different tables.
In the second case your Customer record has five tabs but they are the five different values of Project Status. For this one you have to make five different Embedded Reports in the Projects table filtering on the current status of the Project. Once a Project goes from New to Assigned, it would automatically change tabs in the Customers form.
If your architecture does not look like either of these. Please draw it out and post.
------------------------------
Don Larson
Paasporter
Westlake OH
------------------------------
What are your business objects and how are they related? Are the child records all different so your intention is organizing disparate things or are they the same object but with a different status? Or something entirely different?
Here is an ERD of the two scenarios
In the first case your Customer record has five tabs. In each tab is an embedded report from the five different tables.
In the second case your Customer record has five tabs but they are the five different values of Project Status. For this one you have to make five different Embedded Reports in the Projects table filtering on the current status of the Project. Once a Project goes from New to Assigned, it would automatically change tabs in the Customers form.
If your architecture does not look like either of these. Please draw it out and post.
------------------------------
Don Larson
Paasporter
Westlake OH
------------------------------
UchennaOgbejesi
6 years agoQrew Trainee
@Adam Keever and @Don Larson here is what I mocked up, see attached. Let me know if you have any questions about this.
------------------------------
Uchenna Ogbejesi
------------------------------
------------------------------
Uchenna Ogbejesi
------------------------------
- AdamKeever16 years agoQrew CommanderYou can create lookup fields to pull the information form the parent record to the child records. I am not aware of a way to use record data from fields to populate the tab title, but you can use dynamic form rules to show/hide tabs based on given criteria.
------------------------------
Adam Keever
------------------------------