Related Articles
Working with Cross References (Xref files)
Working with Cross References (Xref files) Xref files servermany purposes. The most common case is as foreign key lookups. Another common case is to use Xrefs as pick list lookups. Tables can be created manually. They can be created by importing the ...
Working with MultiSelect Lists
For this example we use SugarCRM, where MultiSelect fields are supplied as a JSON string, i.e. [{"value1","value2"} First, I check to make sure my origin value ('reg') and existing value in Sugar ('existing') are not empty, as either case is easy to ...
Active Directory Connector
Origin There may be some trial and error with capitalization required to get this Origin working. For example, ldap://ad.xyz.com vs LDAP://ad.xyz.com or LDAP://ad.xyz.com vs LDAP://ad.XYZ.com. Parameter Description Access Key Connection String Active ...
Previewing Jobs
Before running a job for the first time, you can check to make sure all your formulas and translations are working correctly by stepping through each row on the Preview tab. No data will be modified in your destination system, and you may click Log ...
Parse XML
First I add code and External Assemblies to the .NET GLobal section of the Mapping tab: using System; using System.Collections.Generic; using System.Xml; XmlDocument demographicsXML = new XmlDocument(); XmlNodeList nodes; External Assemblies: ...