Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Database changes

Adds support for manual settlement

MSSQL

 
ALTER TABLE ALLOCATIONS ADD MANUAL_SETTLEMENT bit;

 

ORACLE

 
ALTER TABLE ALLOCATIONS ADD MANUAL_SETTLEMENT NUMBER(1,0) NULL;


Configuration changes

Client

<add key="ManualSettlementEnabled" value="false"/>


Allocation service (libra or servicelayer)

<add key="ManualSettlementText" value=""/>

  • No labels