...
UploaderId | Usage |
---|---|
PartPrice | Import prices for parts per price list into Server database. |
PartBalance | Import availability for parts per warehouse into Server database. |
Organization | Import organizations and addresses for organizations into Server database. |
Users | Import users into Server database. |
AssetUpload | Import assets into Asset database. |
...
Code Block |
---|
<Organization persistent-id="externalId"> <name>Name</name> <number>Company</number> <customer-number>123456789</customer-number> <status>Status</status> <currency>SEK</currency> <email>info@organization.com</email> <phone-number>+0 000 00 00 00</phone-number> <fax-number/> <category>Company</category> <note/> <Address persistent-id="xyz"> <name>Visitor</name> <street-address>Street 1</street-address> <street-address2>Box 12345</street-address2> <street-address3>Building 1</street-address3> <city>City</city> <zip-code>123 45</zip-code> <state>Florida</state> <country>Sweden</country> <default>true</default> <type>Shipping | Billing | BillingAndShipping | None</type> </Address> </Organization> |
Users
Here is an example of users xml.
Code Block | ||
---|---|---|
| ||
<User>
<UserName>sign</UserName>
<FirstName>Signifikant</FirstName>
<LastName>Staff user</LastName>
<Password>sign</Password>
<Email>admin@signifikant.se</Email>
<UserStatus>active</UserStatus>
<PhoneNumber>9898999999</PhoneNumber>
<CompanyCustomerNumber>DE11-4100009</CompanyCustomerNumber>
<Groups>MyAccount,ViewPrice,AddToOrder</Groups>
<Addresses>
<Address>
<Persistent-identity>22565423796_1</Persistent-identity>
<Name>Active Systems 1</Name>
<Street-address>9995 West Central Entrance</Street-address>
<Street-address2/>
<Street-address3/>
<City>Duluth</City>
<Zip-code>55802</Zip-code>
<Country>US</Country>
<Type>
<Primary>true</Primary>
<Billing>true</Billing>
<Shipping>true</Shipping>
</Type>
</Address>
</Addresses>
</User> |
Assets
Currently there is no transformation for the asset data. To import assets it is likely that a customize module is required to maintain all business data in exports. One simple example of an asset looks like.
...
Filter by label (Content by label) | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Page Properties | ||
---|---|---|
| ||
|