Official Content

Sample

Suppose you have the following transaction

Client
{
   ClientId*
   ClientName
   CountryName
}

And the corresponing table has these records

ClientAntesReorgAgregaFKyTrn

The reorganization consists in creating a new transaction Country, and adding the Foreign Key CountryId to the Client Transaction:

Client
{
   ClientId*
   ClientName
   CountryId
   CountryName
}

Country
{
   CountryId*
   CountryName
}

After running this reorganization,  the table Country is loaded with the country names referenced in table Client, and in the Client Table, the corresponding CountryId is added:

Client Country
ClientAfterReorgAgregaFKyTrn CountriesAfterReorgAgregaFKyTrn

 

Availability

This feature is available as of GeneXus Tilo Beta 1.

 

 






Last update: February 2024 | © GeneXus. All rights reserved. GeneXus Powered by Globant