Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Special Business Map for duplicates?
#8
I've setup a Business Map, but so far it's not working yet. The Business map name is "SalesOrder2SalesOrder", the target module is SalesOrder and the map is as follows:

Code:
<map>
<originmodule>
 <originid>22</originid>
 <originname>SalesOrder</originname>
</originmodule>
<targetmodule>
 <targetid>22</targetid>
 <targetname>SalesOrder</targetname>
</targetmodule>
<fields>
 <field>
   <fieldname>exact_payment_cond</fieldname>
   <fieldID>933</fieldID>
   <Orgfields>
     <Orgfield>
       <OrgfieldName>$(account_id : (Accounts) exact_payment_cond)</OrgfieldName>
       <OrgfieldID>932</OrgfieldID>
     </Orgfield>
    </Orgfields>
 </field>
</fields>
</map>

What am I doing wrong here?

It seems I've some error in my workflow expression. When I add this field to the Business Map:

Code:
<field>
    <fieldname>ship_street</fieldname>
    <Orgfields>
      <Orgfield>
        <OrgfieldName>$(account_id : (Accounts) ship_street)</OrgfieldName>
      </Orgfield>
     </Orgfields>
  </field>

It clears out the ship street on duplicating, rather than filling out the address from the account.
Reply


Messages In This Thread
RE: Special Business Map for duplicates? - Guido1982 - 11-07-2016, 12:35 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)