You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, in order to create a golden record business partner the cleaning service dummy just copies the generic address information to the legal, site main and additional address of the L/S/A representation. Additionally, for each L/S/A representation the dummy sets the field "hasChanged" to true, guaranteeing that the Pool overtakes these values as updates.
However, this behaviour means that we can't set a legal address which is different from site main address or additional address. They would always be the same, as they would be updated to the same information on each golden record process iteration.
Therefore, the cleaning service dummy should set the field "hasChanged" to true only for the L/S/A representation with a matching address type:
Legal Entity -> LegalAndSiteMainAddress or LegalAddress
Site -> LegalAndSiteMainAddress or SiteMainAddress
Address -> AdditionalAddress
The text was updated successfully, but these errors were encountered:
Currently, in order to create a golden record business partner the cleaning service dummy just copies the generic address information to the legal, site main and additional address of the L/S/A representation. Additionally, for each L/S/A representation the dummy sets the field "hasChanged" to true, guaranteeing that the Pool overtakes these values as updates.
However, this behaviour means that we can't set a legal address which is different from site main address or additional address. They would always be the same, as they would be updated to the same information on each golden record process iteration.
Therefore, the cleaning service dummy should set the field "hasChanged" to true only for the L/S/A representation with a matching address type:
Legal Entity -> LegalAndSiteMainAddress or LegalAddress
Site -> LegalAndSiteMainAddress or SiteMainAddress
Address -> AdditionalAddress
The text was updated successfully, but these errors were encountered: