Hi, I want to check if a particular customization project is installed to run a specific piece of code in my project, how to do that? When i look at the customization projects screen the DAC doesn’t have IsPublished in DB, in the table i only see IsWorking column.
Solved
Acumatica Customization Project - Installed Check
Best answer by npetrosov31
hi
You cannot modify the Acumatica features but you can check if a specific feature is enabled or disabled:
PXAccess.FeatureInstalled<FeaturesSet.manufacturing>();This code returns you a bool value if the manufacturing is enabled or no without modifying it
Login to the community
No account yet? Create an account
Social Login
Login with your Acumatica accountEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.