
Announcements
public void update()
{
LogisticsElectronicAddress original = this.orig();
next update();
if(this.ElectronicAddressRoles != original.ElectronicAddressRoles)
{
//do sth
}
}
Hello, suggest you to not compare ElectronicAddressRoles as a string at all.
That field is only a derived representation. The real source of truth is in the tables.
You can read the table logisticsElectronicAddressRole
Example: