Цитата:
Изначально опубликовано paucer
ok, it seems you are right.
But does that mean that if there is no these licence coded it is impossible to insert record programmably?
LedgerJournalTrans LJT;
<...>
<assingning values to the LJT fields>
LJT.insert();
inside table insert() method the value is being assigned:
if (! this.offsetCompany)
{
this.offsetCompany = curExt();
}
but in further code the value of that field still remains empty that causes wrong behavior in the application
when AssetBook::lookupOpenBookIdForAsset() is invoked.
Sorry but it seems you don't get a point of Configuration keys. If CF is assigned to a field and this CF is turned off means the field is excluded from synchronisation list, so it will be droped from SQL database. That's why the code above makes no changes.