GRN Activation Does Not Update SOH
Hi,
I'm trying to bring in stock by activating a GRN created for a purchase order through REST API.
Here are the steps I followed.
When I check SOH for particular product in GRN after activation, inventory transactions were not updated. Is that known bug in API or I'm I missing any step here ?
I'm trying to bring in stock by activating a GRN created for a purchase order through REST API.
Here are the steps I followed.
- 1. Create purchase order (PurchaseOrderPOSTRequest)
2. Create GRN for created purchase order (GoodsReceivedNoteCREATEFromPORequest)
3. Update GRN line received quantity (GoodsReceivedNoteLinePATCHRequest)
4. Activate GRN (GoodsReceivedNoteACTIVATERequest)
When I check SOH for particular product in GRN after activation, inventory transactions were not updated. Is that known bug in API or I'm I missing any step here ?