Hi there,
How do I import related address for a user when I don't have the Dynamicweb XML? I receive the following XML for an address:
<table tableName="AccessUserAddress">
<item table="AccessUserAddress">
<column columnName="AccessUserAddressUserID"><![CDATA[W00206]]></column>
<column columnName="AccessUserAddressType"><![CDATA[1]]></column>
The UserID (W00206) on the address is the *external ID* of the user. How do I map this from W00206 to whatever the ID of the user in AccesUser is? Is there a built-in way or do I need a table script?
Thanks!
Imar