Skip to main content
Solved

Changing stock item to nonstock item

  • 26 September 2023
  • 6 replies
  • 299 views

Is there a way to change an item from stock to non stock?

Thanks!

Best answer by Dana Moffat

Hi,

Thank you for your enquiry.

This feature was delivered in the 22R2 release.  To find out more about it, please navigate to the link below for the Release Notes. The UI changes related to this new functionality do not appear if at least one of the following features is enabled on the Enable/Disable Features (CS100000) form: Manufacturing, Projects, Time Management, Service Management, and Payroll.

https://community.acumatica.com/supported-releases-67/acumatica-2022-r2-downloads-and-release-notes-11493

Dana

View original
Did this topic help you find an answer to your question?

6 replies

Naveen Boga
Captain II
Forum|alt.badge.img+19
  • Captain II
  • 3381 replies
  • September 26, 2023

@nwork  I don’t think we have an option to convert the Stock Item to Non-Stock Item at screen level.

But we can do it with the below SQL Script. Also, I would recommend you to provide the script to Acumatica if you wanted to run in the SaaS enviornment.

 

Update InventoryItem set StkItem = 0 Where InventoryCD='AACOMPUT01'


Hannah Barnes
Captain II
Forum|alt.badge.img+4

 

Please refer to the below article. This option is available from 2022 R2

 

https://help-2022r2.acumatica.com/Help?ScreenId=ShowWiki&pageid=d03031ef-6fe6-47d4-9315-b79501cd10d5


Dana Moffat
Acumatica Moderator
Forum|alt.badge.img+2
  • Acumatica Moderator
  • 552 replies
  • Answer
  • September 29, 2023

Hi,

Thank you for your enquiry.

This feature was delivered in the 22R2 release.  To find out more about it, please navigate to the link below for the Release Notes. The UI changes related to this new functionality do not appear if at least one of the following features is enabled on the Enable/Disable Features (CS100000) form: Manufacturing, Projects, Time Management, Service Management, and Payroll.

https://community.acumatica.com/supported-releases-67/acumatica-2022-r2-downloads-and-release-notes-11493

Dana


Naveen Boga
Captain II
Forum|alt.badge.img+19
  • Captain II
  • 3381 replies
  • September 29, 2023

Hi @Hannah Barnes and @Dana Moffat  I was not aware of this. Thanks a lot for sharing this info. 


Keith Richardson
Varsity II
Forum|alt.badge.img+2

Note - there are settings that prevent it from being used.  Not just limitations on the item, but features enabled. 

Double checking in the Graph Extension to enable this feature:
 

public static bool IsActive()
			=> PXAccess.FeatureInstalled<FeaturesSet.inventory>() &&
			!PXAccess.FeatureInstalled<FeaturesSet.manufacturing>() &&
			!PXAccess.FeatureInstalled<FeaturesSet.projectAccounting>() &&
			!PXAccess.FeatureInstalled<FeaturesSet.timeReportingModule>() &&
			!PXAccess.FeatureInstalled<FeaturesSet.serviceManagementModule>() &&
			!PXAccess.FeatureInstalled<FeaturesSet.payrollModule>();

We have the Service Management module enabled, so we cannot use this feature. I am sure this will be updated as they test this feature and figure out the kinks in changing items. 


Forum|alt.badge.img+1

This feature has many limitations,

Any plans to have it work with standard Acumatica Editions, like MFG?

 

The UI changes related to this new functionality do not appear if at least one of the following features is enabled on the Enable/Disable Features (CS100000) form: ManufacturingProjectsTime ManagementService Management, and Payroll.


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