~~NOTOC~~ ====== Business Mapping:: SalesOrder2SalesOrder ====== ---- dataentry ---- name : SalesOrder2SalesOrder type : businessmapping bmtype : Field Mapping description_wiki: Automate address fields when duplicating a SalesOrder to take Account's address in stead of source SalesOrder keywords_tags : salesorder,duplicate,conversion version : 1.0 release_dt : 2016-11-07 licenses : MPL price : Free distribution : Free authorname : MajorLabel authoremail_mail : info(at)majorlabel(dot)nl supportemail_mail : info(at)majorlabel(dot)nl ---- \\ 22 SalesOrder 22 SalesOrder sostatus Created { Set the status to "Created" regardless of the source SO } CONST ship_street $(account_id : (Accounts) ship_street) FIELD bill_street $(account_id : (Accounts) bill_street) FIELD bill_city $(account_id : (Accounts) bill_city) FIELD ship_city $(account_id : (Accounts) ship_city) FIELD bill_code $(account_id : (Accounts) bill_code) FIELD ship_code $(account_id : (Accounts) ship_code) FIELD ship_country $(account_id : (Accounts) ship_country) FIELD bill_country $(account_id : (Accounts) bill_country) FIELD