HI All,
I have developed an API based of type POST, calling which will create sales order header and lines in f&o.
And this works all good in the DEV instance where it was developed.
This has been deployed to the tier2 environment (Pre-Prod)
1. Postman configured for Pre-Prod
2. Token generation is successful
3. Pasted the token in API request and clicked on SEND
4. Exception handling is developed and incorporated well, hence while analyzing the logs it is captured that "Sales ID must be filled in". I have verified the staging table , both header and lines staging are populated well and as per the payload that was pushed even the salesID generated successfully and loaded in the respective staging
5. Still getting the error "SalesID must be filled in".
Is it something related to access issue or some XDS policies if there are any?
Can someone please suggest what could be the cause for this?
Again iterating that same code in DEV is working without any issues, I mean upon pushing the payload from postman, we can the sales order header and lines are created successfully
Please suggest!!