If you are wanting these to always be read only, can you not do it with access rights?
I can't find that field in access rights
Hi @rodolfobarrios52 were you able to find a solution? Thank you!
Has anybody solved this? I can’t find that within access rights by screen either.
I also do not see it under Access Rights, not sure why this might be. The alternative you could try is with a customization using rowselected event handler something like this:
PXUIFieldAttribute.SetEnabled<LotSerOptions.qty>(e.Cache, row, false);
PXUIFieldAttribute.SetEnabled<LotSerOptions.startNumVal>(e.Cache, row, false);
extension.generateNumbers.SetEnabled(false);