...
Code Block |
---|
<PartBalance number="12345" balance="25" supply-balance="112" warehouse="STORE" > |
Organizations
For the file format, refer to definition of the Signifikant import format for organization. Here is an example of an organization/address.
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> |
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.
Code Block |
---|
<Asset>
<Serialnumber>1234567</Serialnumber>
<ArticleNumber>PROD-123</ArticleNumber>
<Image>efault.png</Image>
</Asset> |
Related articles
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 5 |
---|
spaces | com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@1ecd09 |
---|
showSpace | false |
---|
sort | modified |
---|
type | page |
---|
reverse | true |
---|
labels | import service |
---|
cql | label in ( "service" , "import" ) and type = "page" and space = "ASKB" |
---|
|
...