XML-imported transactions are, by default, locked in Fairways Debt, i.e. you cannot update them through the platform, but only via XML again.
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:
- Add the <unlocked> tags in the <meta> tags of the transaction.
<standardLoan>
<meta>
<unlocked></unlocked>
</meta>
</standardLoan>
- Enter:
- true to unlock the transaction.
- 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.