Import data on address account field

Hi,

I customized the AddressAccount entity adding a new field.

How can I import data on the new field in this entity ?

Like 0

Like

4 comments

Hi Stefano,

 

You can do it as usual - perform an import and when mapping columns just map your custom column to the column from the file.

 

Best regards,

Oscar

Oscar Dylan,

Hi Oscar

I added a new field on AddressAccount entity named region.

This new field don't appear when setting the import, see the screenshot

What Am I doing wrong ?

 

Stefano Bassoli,

 

Hello,

 

Please check if the column is present in this list:

and

and select the column. In case the column is not present then either the AccountAddress object should be published or the parent object for the replaced AccountAddress object was chosen incorectly. Please check if your parent object is the same as mine:

If it is not please remove the replaced object and replace the AccountAddress object from scratch.

 

Best regards,

Oscar

Oscar Dylan,

Thank you Oscar,

It works

Show all comments