Hi,
I have a field in Posted Shipment page called Tracking Status, which is empty. The document/order gets here or gets Posted when the product is shipped out of the facility.
Now, I need to update the shipping status to delivered or something.
I'm using Odata web services to all the operation and I get the following error: PATCH/PUT
Status Code: 405
"error": {
"code": "BadRequest_MethodNotAllowed",
"message": "Entity does not support modifying data."
}
There is no problem with functionality of Odata as the PATCH/PUT methods are working absolutely fine.
Do I need to create a new Page with Doc.Number as the primary key, tracking status as the 2nd field and do reverse lookup from Posted Shipment page to this page?
Please let me know this can be accomplished. Also, let me know your company does it.
Thanks,
Kishore.