We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Restrict Receiving Quantity to be Equal or Less than Remaining Quantity (For PO)

Ali Usman
Tera Contributor

Issue: You can receive more than remaining quantity on po_receive  

AliUsman_1-1724900623173.png

 

Question: How do you prevent this from happening? I want the user to only be able to enter receiving value which is equal or less than remaining quantity.

 

Any help is appreciated 

1 ACCEPTED SOLUTION

Not applicable

Hi @Ali Usman ,

I have faced this earlier and there is no solution as such as it's by design of the product.

Unfortunately, $po_receive.do is an angular page that is being rendered from the backend so we cannot edit it.

 The $po_receive.do is an angular page that is being rendered from the backend and that is the reason it is not available in any UI pages or UI macro.

You may want to raise a HI case with ServiceNow Support to get help.

 

 

View solution in original post

2 REPLIES 2

Not applicable

Hi @Ali Usman ,

I have faced this earlier and there is no solution as such as it's by design of the product.

Unfortunately, $po_receive.do is an angular page that is being rendered from the backend so we cannot edit it.

 The $po_receive.do is an angular page that is being rendered from the backend and that is the reason it is not available in any UI pages or UI macro.

You may want to raise a HI case with ServiceNow Support to get help.

 

 

Thanks Sandeep, That is what I thought.