Bypass inventory check for P4210 (Sales Order)
When I create a sales order using XML request as below, I get the sales order created successfully.
<jdeRequest type='callmethod'>
<callMethod name='F4211FSBeginDoc'>
</callMethod>
<callMethod name='F4211FSEditLine'>
</callMethod>
<callMethod name='F4211EndDoc'>
</callMethod>
<callMethod name='F4211ClearWorkFile'>
</callMethod>
</jdeRequest>
But if the inventory is out of stock it returns a error code
<error code="030B">Warning: Order Quantity Exceeds what's Available</error>
Is there any attribute I can pass along with the request to bypass this inventory check?
Thanks,
Ratnavel.
0