We are implementing a solution of Master Data Management and are trying to use Webcon as a User interface with all the logic behind forms. The database is prepared in MS SQL with different tables. The challenge we are having is to update entries with foreing keys.
Scenario:
Table 1: Country has one column (apart from ID) – 'Country'
Table 2: City has two columns 'Country ID' (Choice column from table Country) and 'City'
So in City table, we have one foreign key that shows on Country table.
Issue:
When we update the Country name in SQL – Name of the Country is not automatically updated on the City form. We can update the field with a form rule on page load, but only when we go into Edit mode.
Is there a way that his is also done in read only mode, when we jus to open the Form.
A quite similar scenario applies when printing a document – we want to have the last version of the Partner data.
Best regards
Aleš