Notes |
|
(0015451)
|
kelyon
|
2009-04-20 19:37
|
|
this replace the previous note
for italian client we need to set the address in this format:
address1 - address2 - postal- city (cod_prov) - country instead of
address1 - address2 - postal- city -region - country.
we tried to modify the field sql_record_identifier in ad_table for c_location record. then we update the function ad_update_table_identifier to not update the field sql_record_identifier for c_location during the compilation. we changed the functions c_location_identifier e c_location_description too. But after
compilation in Business partner window - tab location the address remains in the orginal format.
How can we make our changes to obtain the result desired?
thanks |
|
|
|
1- As System Administrator, go to Application Dictionary || Tables and
Columns and find the C_Location table. Then go to the Column tab.
2- The WAD defines the order of the fields using the identifiers defined in
the columns. So, to change the order of the fields, you just need to change
the value of the Sequence field.
3- Finally, run an "ant compile.complete" to apply the changes. |
|
|
|
I tried to follow rmorley steps to change the sequence, unfortunately, it did not work. for Australian format should be address1 - address2 - city -region/state - postal-country, is there any other ways to modify?
I also tried to modify SQL c_location_description, c_location_identify, it did not work too.
Why is so difficult to change the fomat of location!! |
|
|
|
Email sent to our professional localizer in Italy to understand if there is any room for improvement on this. |
|