Hi All,
Is there a way to set up the the system to create stock items in INACTIVE status by default.
Many thanks in advance.
Hi All,
Is there a way to set up the the system to create stock items in INACTIVE status by default.
Many thanks in advance.
Best answer by Naveen Boga
Hi,
public class InventoryItemMaint_Extension : PXGraphExtension<InventoryItemMaint>
{
#region Event Handlers
[PXMergeAttributes(Method = MergeMethod.Append)]
[PXRemoveBaseAttribute(typeof(PXDefaultAttribute))]
[PXDefault(typeof(InventoryItemStatus.inactive))]
protected virtual void InventoryItem_ItemStatus_CacheAttached(PXCache cache)
{
}
#endregion
}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.