| T | Tim 4/26/2019 | 
| I think you can do this in the "List page: After record processed" event. if (data["TransactionType"].ToString() == "Encumbrances") {
 | |
| I | i.NoLim author 4/26/2019 | 
| I think you can do this in the "List page: After record processed" event. if (data["TransactionType"].ToString() == "Encumbrances") {
 
 if (data["TransactionType"].ToString() ==  "Expenditure") {
 | |