Skip to main content

This really shows my noobness.  I have a request to modify a Manufacturing screen.  Is that possible?  If so, will I be able to get access to the Code Repository for that edition so that I can leverage existing code?

Also, is there demo data for Manufacturing?

Thanks!

Joe

Hi Joe,

  You should be able to turn on the Manufacturing functionality within the Enable/Disable Features screen and there is existing demo data available once you turn that on.


Yes the manufacturing module is customizable. The source code is under the PX.Objects.AM namespace and is available in recent Acumatica versions:

 


Thank you all so much for the quick reply!!!  I should have mentioned that my customer is is 2020 R1.

I don’t think mfg is embedded in that version so I downloaded this and installed the customization.  

I am not sure if that changes the answers above. 


You can install 2020 R2 to get the source code. It hasn’t changed much, main difference is that it was in JAMS.AM namespace instead of PX.Objects.AM. If you’re building a compiled customization you will need to add a reference to the JAMS.DLL file inside the manufacturing customization. I would recommend to update customer version instead.


Reply