Page 1 of 1

Cashbook Line Custom Field

PostPosted: Tue Feb 22, 2022 6:30 pm
by SBarnes
How can I lock the column on the grid for the cashbook for a custom field at the line level?

Re: Cashbook Line Custom Field  Topic is solved

PostPosted: Tue Feb 22, 2022 6:57 pm
by Mike.Sheen
Using the LockColumn method in the usual way.

The attached plugin demonstrates this - it adds a custom field "TestField" and if the Home Amount is > 100 then the field is locked when the cash book receipt is read - if it is <= 100 then it is unlocked.
CashBookReceipt_TestField.png