Salesforce

Sample XML Code (Magic xpi 4.7)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

Sample XML Code

<?xml version="1.0" encoding="UTF-16" standalone="no" ?>

<BOM>

<BO>

<AdmInfo>

<Object>2</Object>

<Version>2</Version>

</AdmInfo>

<BusinessPartners>

<row>

<CardCode>M00001</CardCode>

<CardName>Test 00001</CardName>

<CardType>cCustomer</CardType>

<Phone1>111-00001</Phone1>

<Phone2>222-00001</Phone2>

<EmailAddress>1@mail.com</EmailAddress>

</row>

</BusinessPartners>

<ContactEmployees>

<row>

<Name>Contact 00001</Name>

</row>

</ContactEmployees>

</BO>

<BO>

<AdmInfo>

<Object>2</Object>

<Version>2</Version>

</AdmInfo>

<BusinessPartners>

<row>

<CardCode>M00002</CardCode>

<CardName>Test 00002</CardName>

<CardType>cCustomer</CardType>

<Phone1>111-00002</Phone1>

<Phone2>222-00002</Phone2>

<EmailAddress>2@mail.com</EmailAddress>

</row>

</BusinessPartners>

<ContactEmployees>

<row>

<Name>Contact 00002</Name>

</row>

</ContactEmployees>

</BO>

Reference
Attachment 
Attachment