unlocked - Lock/Unlock Transactions

XML-imported transactions are, by default, locked Locked_Red.png in Fairways Debt, i.e. you cannot update them through the platform, but only via XML again.

Locked_.png

 

To be able to update XML-imported transactions, unlock these transactions.

<standardLoan>
<meta>
<unlocked>true</unlocked>
</meta>
</standardLoan>

Tag

Item

Description

unlocked

Optional

Lock or unlock the transactions.

 

To unlock a transaction, e.g. a standard loan:

  1. Add the <unlocked> tags in the <meta> tags of the transaction.
<standardLoan>
<meta>
<unlocked></unlocked>
</meta>
</standardLoan>
  1. Enter:
    1. true to unlock the transaction.
    2. false to lock the transaction.

Note: As transactions are locked by default and the <unlocked> tags are optional, you can even remove the <unlocked> tags for locked transactions.

In this example, we enter true to unlock the transaction.

<standardLoan>
<meta>
<unlocked>true</unlocked>
</meta>
</standardLoan>

The transaction has been unlocked.

Unlocked_EN.png

Was this article helpful?
0 out of 0 found this helpful