Skip to main content

Hi,

 

I wan’t to update only certain fields (the adresses) of the customer info adress view by data migration.

 Is it possible ? What do I hace to do to recuperate the other fields that I don’t wan’t to update ?

How can I construct the field “Adress” that seems to countains the new address ?

Thank’s.

Julien.

 

 

Hi ​@Julien T. 

Yes, that’s possible.

Never map the field ADDRESS because it will be created based on the ADDRESS… fields, ZIP_CODE, COUNTRY etc. and the configured Address Presentation Setup in the environment.

When you are using a migration job with the procedure_name MIGRATE_SOURCE_DATA then go to the tab Method List, select your view name customer_info_address and then go to the method list attribute screen (in Apps10 it’s a RMB functionality, Right Mouse Button).

In the column On Modify you can toggle off if you don’t want to update a specific field.

That’s it.

/Jens