I have a form with some fields including address fields. There is one field FormattedAddress which I have to update with some fields concatenated for an address label.
What would be the best way to address this kind of situation?
So far I am testing in the BO_FieldPropertyChanged event, but I then have to filter this event for the list of fields that will participate in the concatenation format. Just wondering if I am in the correct place or there is any other way to do this?
Thanks!