0

I have done map single database field to sage evolution Document module userdefinefield,but i am not know how to map multiple database field to sage evolution(Document) usedefinefield. I have define userdefinefield into sage evolution Administrator/System configuration/Userdefined field.

I will try to map contactperson,Description,Telephone to Sage evolution Document user define field.
How to assign multiplefield to
Field=>like('ucIDPOrdField1','ucIDPOrdField2','ucIDPOrdField3')
Value=>My database field map to this value property.

How do i fix this?

sanjay
  • 437
  • 3
  • 17

1 Answers1

1

QuickMap doesn't support that kind of mapping. Run the QuickMap Node and then take the XSL transform it generates and adapt it to support what you need. You can then run the new XSL transform in the XSLT Transform Node.

Here's an example:

http://flowgear.me/s/E5dhhiI

Daniel
  • 506
  • 2
  • 5
  • Thanks sir,I understand but how to map XSL transformxml and sage evolution requestxml.it is done directly or quickmap is require. – sanjay Feb 17 '16 at 05:59
  • When single userdefinefield maping used QuickMap and multiple usedefinefield maping used XSLT transform node.Am i right? – sanjay Feb 17 '16 at 07:23
  • 1
    Yes - use QuickMap to get as much of the mapping done as possible because it's much easier to build and understand. If you need to do many to one mappings, use the XSL from QuickMap as a starting point for a transform that you'll then put into the XSL Transform Node – Daniel Feb 17 '16 at 15:45
  • I have done successful mapping.Given link is most used full for me and everyone to achieved this kind of mapping thanks @Daniel – sanjay Feb 18 '16 at 05:20