Skip to main content
Question

Create Custom Stock Item Status & Behavior

  • June 13, 2023
  • 1 reply
  • 140 views

Denham
Jr Varsity III
Forum|alt.badge.img

Hello 

I am trying to add a custom stock item status that will have certain behavior associated with it. I want to create a custom status for stock items that would basically allow for it to be added to Sales Orders but not added to Purchase orders. 

I read through another thread and understand how to actually get the status added, but I am not sure how to customize the behavior of the items in that status.

1 reply

Vignesh Ponnusamy
Acumatica Moderator
Forum|alt.badge.img+5

@Denham, To include/limit the list of Stock Items in the SO and PO you can customize the inventoryID field in the SOLine and POLine DACs.

 

For example, you can use PXRestrictor attribute or edit the DAC depending on your requirements. 

Example of PXRestrictor implementation: https://stackoverflow.com/questions/64579163/how-can-i-customize-the-soline-inventoryid-selector

Good Luck,