Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Short Description

...

It is only possible to include the first value or the first and second value.

Top
 

Project and Cost Center

A project and cost center is setup according to customers requirements on request from Viewledger, for example Voyage, VesselCode, Pool, BusinessUnit etc. Integration checks for new data that is ready for posting every 10 seconds and then posts it immediately. The data will transfer to all companies or to a group company if this is setup.

Top

Business Partner

Integration checks for new data that is ready for posting every 10 seconds and then posts the data immediately. It is possible to setup which Dataloy Business Partner Type/s are to be transferred as customers and suppliers. The  data will transfer to all companies or to a group company if this is setup.

Top

Exchange Rate

Exchange rates are transferred from Xledger to Dataloy VMS once daily, Monday to Friday.

Top

...

  1. Setup Xledger Test Client.
  2. Open the Xledger Test Client and enter:
    1. User Name: username.
    2. Password: password.
    3. EntityCode: Company code for the company that the invoice belongs to.
    4. Web Service Method: Export - GetSupplierTransactions or Export - GetCustomerTransactions depending on if its customer og supplier transaction, (when uncertain do two requests to get all payments).
    5. Free Text: leave blank.
    6. Filter: Set a date filter to avoid too much data.

      Example:

      [Created] > "2016-03-01 00:00:00".

    7. DataOption: All
  3. Copy the data from Step 2 above to a text editor and search for <MatchID>insert a match id</MatchID>.
  4. Locate the transaction with <TrSource> = AP or AR. This is the invoice and should have a <InvoiceNo> matching a tbl_document.document_no in Dataloy VMS.
  5. Locate the transaction with one of the <TrSource> values: DR, AB, OCR, BA, GL, CHD.
    1. If 4 or 5 is missing, then this is the reason why no payment has been transferred to Dataloy VMS.
    2. If both 4 and 5 is there, there is a problem with the integration. Register a support case at Dataloy Support.

Top

Actuals

Actuals are collected from Xledger to Dataloy VMS every hour (on the hour). Actuals created within the last hour will then be collected. The process is listed below:

  1. Collect all projects from Xledger for companies listed in integration.properties
  2. For all companies in integration.properties and all gl accounts in Dataloy except for the following accounts: FOC, DOC, FLC, DLC, APX and ARX
    1. Collect data from GeneralLedger service in Xledger that has been created within last hour (since last actuals run)
      1. Voyage is collected from GLObjectValue2Code
        1. If GLObjectValue2Code is not a Dataloy voyage, then skip this transaction
      2. Special case
        1. If account = freight and related voyage is tc
          1. use account charter hire instead
        2. if account = charter hire and related voyage is vc
          1. use account freight instead
  3. If project related to GeneralLedger record is open for posting (field is called allowPosting in Xledger service) and XGL code = VMS
    1. If actual is already inserted to Dataloy
      1. Update actual in Dataloy
    2. If actual is not existing in Dataloy
      1. Insert actual in Dataloy

 

Anchor
setupXledgerTestClient
setupXledgerTestClient
Setup Xledger Test Client

...