Locking PO Notes for a specific Notes Type
Kind of using this as a basis, which unlocks all rows of the Purchase Orer Notes grid, it'd like to keep that as is except for a particular Notes Type.
If a PO Notes Type = a given string, then I want that locked always.
Instead of using -1 for the row, I know I somehow need to specify the row integer where ever that Notes Type is used.
Would the only way be to foreach through the Notes collection checking each row of the grid?
If a PO Notes Type = a given string, then I want that locked always.
Instead of using -1 for the row, I know I somehow need to specify the row integer where ever that Notes Type is used.
Would the only way be to foreach through the Notes collection checking each row of the grid?