Adrian Crum wrote: > Maybe write an EECA the extracts the street number and puts it in the > custom field. > > -Adrian > > jjmbconquista wrote: >> I am adapting the ofbiz for use in Brazil and I need to modify table >> postal_address, specifically the address1 column, this column stores the >> number and street, and I need to put street numbers on different >> fields, I >> will create new fields in the table. The problem is that the address1 >> field >> is referenced in the code of ofbiz in many class. How to do this >> changes in >> responsible manner?
Yeah, an EECA is the right approach. For an app we wrote, we took the address1 column, removed all spaces/punctuation, converted to upper case, then used that as a 404-type lookup. For instance: http://example.com/1234MAINST.
