<turbo-stream action="update" target="wiki_card"><template>
<h1>How To map customer address between MS Dynamics NAV and Salesforce.com</h1>
<h3>Overview</h3><ul><li>A Customer address in Navision (or MS Dynamics NAV) is generally in two different fields: "Address" and "Address 2".</li><li>In Salesforce.com the address is in one field called BillingAddress or ShippingAddress.</li><li>You may use the illustrations below in Field List mapping to format the address when transfer data from and to MS Dynamics NAV to Salesforce.com.</li></ul><p>In a Transfer going from MS Dynamics NAV to Salesforce.com, use the following in the Field List:</p><p></p><table class="table table-bordered"><thead><tr><td>Source Field</td><td>Dest. Field</td></tr></thead><tbody><tr><td>##"Address"+IF(EQUALS("Address 2",''),'',PREPEND("Address 2",'&lt;13,10&gt;',LENGTH("Address 2")+2))</td><td>BillingStreet</td></tr></tbody></table>In a Transfer going from Salesforce.com to MS Dynamics NAV, use the following in the Field List:<br><br><table class="table table-bordered"><thead><tr><td>Source Field</td><td>Dest. Field</td></tr></thead><tbody><tr><td>##IF(EQUALS(BEFORE(BillingStreet,'&lt;10&gt;'),''),BillingStreet,POSTDEL(BEFORE(BillingStreet,'&lt;10&gt;'),'&lt;13&gt;'))</td><td>Address</td></tr><tr><td>##IF(EQUALS(BEFORE(BillingStreet,'&lt;10&gt;'),''),'',AFTER(BillingStreet,'&lt;10&gt;'))</td><td>Address 2</td></tr></tbody></table><p></p>
</template></turbo-stream>

<turbo-stream action="replace" target="meta_description"><template><meta content='How To map customer address between MS Dynamics NAV and Salesforce.com' id='meta_description' name='description'></template></turbo-stream>
<turbo-stream action="replace" target="meta_keywords"><template><meta content='map address NAV Salesforce.com' id='meta_keywords' name='keywords'></template></turbo-stream>
<turbo-stream action="update" target="meta_title"><template>How To map customer address between MS Dynamics NAV and Salesforce.com - MyRapidi Wiki</template></turbo-stream>
<turbo-stream action="prepend" target="flash"><template></template></turbo-stream>
