Vishnu Yanala Posted February 4, 2020 Posted February 4, 2020 Hello, I want to know what's the value of a fields in layout A(Table:: Site_Site) and have the same value in layout B(Table::Site_Network). whenever the value is changed in one layout it should updated it self in other layout.
Wim Decorte Posted February 5, 2020 Posted February 5, 2020 Typically you would not want to copy data around and have that data duplicated. Create a relationship between Site and Network and display the value fro Site directly.
Vishnu Yanala Posted February 5, 2020 Author Posted February 5, 2020 Sorry Sir, may be I didn't explained well. I have attached image for reference in which it shows two layouts. The relationship is defined with Sitekey as PK. Now my question is if the Name of the site is changed in Layout A how to update records in Layout B ? Can I make it automated to check for the change in the fields ? Thanks in advance.
Wim Decorte Posted February 5, 2020 Posted February 5, 2020 The screenshot doesn't provide too much extra information but in general: if you have an existing relationship between the two tables you don't need to worry about the data updating. In layout B, just show the related fields from table A. You don't need the same fields in table B.
Recommended Posts
This topic is 1751 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now