Skip to main content
Question

How can I deactivate Kit Assembly fields in the Kit Line Details tab?


What I want is for these fields and button to be disabled or, rather, in read-only mode. Not like in this case, which is due to validation:
https://community.acumatica.com/develop-customizations-288/why-is-the-kit-line-detail-form-always-disabled-24699?tid=24699&fid=288

 

 

5 replies

Forum|alt.badge.img
  • Jr Varsity I
  • 23 replies
  • October 9, 2024

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


Chris Hackett
Community Manager
Forum|alt.badge.img
  • Acumatica Community Manager
  • 2759 replies
  • December 24, 2024

Hi ​@rodolfobarrios52 were you able to find a solution? Thank you!


Forum|alt.badge.img
  • Jr Varsity III
  • 20 replies
  • March 17, 2025

Has anybody solved this? I can’t find that within access rights by screen either.


Forum|alt.badge.img
  • Jr Varsity I
  • 23 replies
  • March 27, 2025

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);


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings