Question

Edit Required Quantity on Purchase Components?

  • 10 April 2024
  • 0 replies
  • 12 views

Userlevel 2
Badge +7

The required quantity can be edited, given that:

  1. The order is not an External Service Order (Order Code 6)
  2. The part on the purhase order line is not serial tracked at receipt

The client code (PurchaseOrderLineComponents) looks like this:

editable = [parent.OrderCode != "6" and parent.RcptIssueSerialTrackDb = "FALSE"];

 

Why is it forbidden to edit the required quantity if the part is serial tracked at receipt? We have not found any good reason for this.
 


0 replies

Be the first to reply!

Reply