Import Organisations to webCRM
This task will import organisations into webCRM in webCRM Organisation XML format from a file, and output to a success and fail file in the same format.
Settings
webCRM Connection
Required
The connection to webCRM to use, see Connecting to WebCRM for information on how to manage connections.
Fail File
Required
The name of the file to save records that failed to import into webCRM, each record will include an Errors collection detailing why the import failed.
Defaults to webcrm_import_organisations_fail.xml
Input File
Required
The name of the file containing the records to import into webCRM. Defaults to (Output from previous task)
Success File
Required
The name of the file to save records that were imported into webCRM, each record will include an Id field with the webCRM internal identifier.
Defaults to webcrm_import_organisations_success.xml
Prevent Reprocessing
Required
If true Zynk will check the Truth database to see if a record with the same ExternalId has been provided before, if so the record will be ignored. Otherwise the record will be imported.
Zynk Settings
Example XML
A sample showing all available fields for an organisation, see webCRM Organisation XML for detailed information.
<?xml version="1.0" encoding="utf-8"?>
<Organisations
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Organisation ExactMatch="true">
<Id>2</Id>
<CreatedAt>2016-12-08T14:20:58+00:00</CreatedAt>
<UpdatedAt>2018-03-14T11:54:13+00:00</UpdatedAt>
<Address>i6
6-8 Charlotte Square</Address>
<Alert />
<ApprovalStatus>0</ApprovalStatus>
<City>Newcastle</City>
<Comment />
<CompareName>ZYNKSOFTWARELIMITEDNEWCASTLEUPONTYNE</CompareName>
<Country>GB</Country>
<CreatedBy>webCRM System</CreatedBy>
<DivisionName>Newcastle upon Tyne</DivisionName>
<Domain />
<ExtraCustom1 Name="VAT no.">12345</ExtraCustom1>
<ExtraCustom2 Name="Accounting ID Number">12345</ExtraCustom2>
<ExtraCustom3></ExtraCustom3>
<ExtraCustom4></ExtraCustom4>
<ExtraCustom5></ExtraCustom5>
<ExtraCustom6></ExtraCustom6>
<ExtraCustom7></ExtraCustom7>
<ExtraCustom8></ExtraCustom8>
<Fax />
<Gps />
<ImageFileExtension />
<Industry>IT</Industry>
<LastDisplayedAt>2018-03-14T11:53:51+00:00</LastDisplayedAt>
<LastItemType>SupportCase</LastItemType>
<LastItemUpdatedAt>2018-01-26T11:43:37+00:00</LastItemUpdatedAt>
<MarketDataId />
<Name>Zynk Software Limited</Name>
<NoAds>true</NoAds>
<History />
<OutlookSync>0</OutlookSync>
<OverlayUrl />
<Owner>3</Owner>
<Owner2>0</Owner2>
<PostCode>NE1 4XF</PostCode>
<ReportTemp>0</ReportTemp>
<Sla>0</Sla>
<State>Tyne and Wear</State>
<Status>Prospect</Status>
<Telephone>0191 820 1484</Telephone>
<TelephoneSearch>-01918201484-</TelephoneSearch>
<TerritoryId>1</TerritoryId>
<Type>Customer</Type>
<UpdatedBy>api2 Zynk</UpdatedBy>
<VatCountry>test</VatCountry>
<VatGroup>test</VatGroup>
<VatNumber />
<VatStatus />
<VatVerifiedAt>0001-01-01T00:00:00+00:00</VatVerifiedAt>
<Www>http://zynk.com</Www>
<XDate1>01/01/0001 00:00:00</XDate1>
<XDate2>01/01/0001 00:00:00</XDate2>
<XInt1>0</XInt1>
<XInt2>0</XInt2>
<XInt3>0</XInt3>
<XInt4>0</XInt4>
<XInt5>0</XInt5>
<XInt6>0</XInt6>
<XInt7>0</XInt7>
<XInt8>0</XInt8>
<XMemo1></XMemo1>
<XMemo2></XMemo2>
<XText1></XText1>
<XText2></XText2>
<XText3></XText3>
<XText4></XText4>
<XText5></XText5>
<XText6></XText6>
<XText7></XText7>
<XText8></XText8>
<Plus1 Name="Test Date">20180130</Plus1>
<Custom1 Name="Original Lead Source">Advertising</Custom1>
<Custom2 Name="No of Employess">51 to 100</Custom2>
<Custom3 Name="Test">A1D001</Custom3>
<Custom4></Custom4>
<Custom5></Custom5>
<Custom6></Custom6>
<Custom7></Custom7>
<Custom8></Custom8>
<Custom9></Custom9>
<Custom10></Custom10>
<Custom11></Custom11>
<Custom12></Custom12>
<Custom13></Custom13>
<Custom14></Custom14>
<Custom15></Custom15>
<Memo>test memo</Memo>
</Organisation>
</Organisations>