Please visit our new TrackAbout Knowledge Base at https://supportkb.trackabout.com for the most-up-to-date documentation on TrackAbout and TrackAbout Mobile.
Difference between revisions of "Linked Exchange - Data Transfer"
Jgullickson (talk | contribs) m |
Jgullickson (talk | contribs) m |
||
| Line 23: | Line 23: | ||
Sample Xml | Sample Xml | ||
| + | <syntaxhighlight lang="xml"> | ||
<LinkedExchangeMessageBody xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | <LinkedExchangeMessageBody xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<RecordInformation> | <RecordInformation> | ||
| Line 65: | Line 66: | ||
</ActionInformation> | </ActionInformation> | ||
</LinkedExchangeMessageBody> | </LinkedExchangeMessageBody> | ||
| + | </syntaxhighlight> | ||
== Accounting Adjustment == | == Accounting Adjustment == | ||
| Line 72: | Line 74: | ||
Sample xml | Sample xml | ||
| + | <syntaxhighlight lang="xml"> | ||
<LinkedExchangeMessageBody xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | <LinkedExchangeMessageBody xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<RecordInformation> | <RecordInformation> | ||
| Line 113: | Line 116: | ||
</ActionInformation> | </ActionInformation> | ||
</LinkedExchangeMessageBody> | </LinkedExchangeMessageBody> | ||
| + | </syntaxhighlight> | ||
Revision as of 13:09, 14 March 2018
Here are the fields that are sent across in a linked exchange transfer from the sender to the recipient
Delivery Record
Data field
- Barcode
- Serial Number
- Is Asset Being Delivered or Returned
- Was the barcode scanned or keyed in for this transfer
- Date of the transfer
- Owner. Do I think you own this asset or not
- If an Asset being transferred does not exist on the recipient's side, this will be used to determine the Asset's ownership.
- If an Asset being transferred already exists on the recipient's side, this will not override the existing ownership value.
- Category Name
- Group Name
- Type Name
- Product Code Id
- Product Code Name
- Product Code Description
- Lot Number
- Expiration Date
- Retest Date
Sample Xml
<LinkedExchangeMessageBody xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<RecordInformation>
<RecordId>6</RecordId>
<CreatedBy>Automated Process</CreatedBy>
<EntryMethodName>WirelessDevice</EntryMethodName>
<IsControlStrKeyedIn>true</IsControlStrKeyedIn>
<IsHolderStrKeyedIn>true</IsHolderStrKeyedIn>
<PurchaseOrder/>
<IsPurchaseOrderKeyedIn>true</IsPurchaseOrderKeyedIn>
<RecordDate>2016-08-08T20:29:47.643</RecordDate>
<SignerName>Test User</SignerName>
<SignatureImage></SignatureImage>
<ControlStr>002</ControlStr>
<LocationId>2</LocationId>
<LocationStr/>
<HolderId>2</HolderId>
<HolderStr>001</HolderStr>
<ActionName>Delivery</ActionName>
<Assets>
<Asset>
<TrackNum>MF100013</TrackNum>
<CrossRef>MF100013</CrossRef>
<IsDeliver>true</IsDeliver>
<IsTrackNumKeyedIn>false</IsTrackNumKeyedIn>
<EnterDate>2016-08-08T20:29:39.143</EnterDate>
<ProductCodeId>2</ProductCodeId>
<ProductCodeName>Electric Wheelchair</ProductCodeName>
<OwnerOfAsset>Sender</OwnerOfAsset>
<CategoryName>Wheelchairs</CategoryName>
<GroupName>Electric</GroupName>
<TypeName>Electric Wheelchair</TypeName>
<ProductCodeDescription/>
<LotNumber/>
<ExpirationDate>2079-06-06T00:00:00</ExpirationDate>
<RetestDate xsi:nil="true"/>
</Asset>
</Assets>
</RecordInformation>
<ActionInformation>
<Action>Created</Action>
</ActionInformation>
</LinkedExchangeMessageBody>
Accounting Adjustment
When an asset is delivered to a customer, but then later is delivered to another customer without any records in between, TrackAbout will automatically create an Account Adjustment to correct customer balances. See here for more information about Accounting Adjustments.
For Linked Exchange, when an Accounting Adjustment takes place, TrackAbout will send the Accounting Adjustment information to the Linked Exchange recipient partner to update their system.
Sample xml
<LinkedExchangeMessageBody xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<RecordInformation>
<RecordId>5</RecordId>
<CreatedBy>Michael Carlson (Manf. 1)</CreatedBy>
<EntryMethodName>AutoEnter</EntryMethodName>
<IsControlStrKeyedIn>false</IsControlStrKeyedIn>
<IsHolderStrKeyedIn>false</IsHolderStrKeyedIn>
<PurchaseOrder/>
<IsPurchaseOrderKeyedIn>false</IsPurchaseOrderKeyedIn>
<RecordDate>2016-08-08T20:28:55.463</RecordDate>
<SignerName/>
<ControlStr/>
<LocationId>1</LocationId>
<LocationStr/>
<HolderId>2</HolderId>
<HolderStr>001</HolderStr>
<ActionName>Accounting Adjustment</ActionName>
<Assets>
<Asset>
<TrackNum>MF100020</TrackNum>
<CrossRef>MF100020</CrossRef>
<IsDeliver>false</IsDeliver>
<IsTrackNumKeyedIn>false</IsTrackNumKeyedIn>
<EnterDate>2016-08-08T20:29:04.423</EnterDate>
<ProductCodeId>2</ProductCodeId>
<ProductCodeName>Electric Wheelchair</ProductCodeName>
<OwnerOfAsset>Sender</OwnerOfAsset>
<CategoryName>Wheelchairs</CategoryName>
<GroupName>Electric</GroupName>
<TypeName>Electric Wheelchair</TypeName>
<ProductCodeDescription/>
<LotNumber/>
<ExpirationDate>2079-06-06T00:00:00</ExpirationDate>
<RetestDate xsi:nil="true"/>
</Asset>
</Assets>
</RecordInformation>
<ActionInformation>
<Action>Created</Action>
</ActionInformation>
</LinkedExchangeMessageBody>