We have a really strange one. We have created UD fields in UD11 and UD12 tables in our test and pilot environments. The developer can write to both tables using API calls in the test environment, but it fails when trying to write to the tables in pilot.
No exception is thrown he just gets this:
{
“odata.error”:{
“code”:“”,“message”:{
“lang”:“en-US”,“value”:“”
}
I’d back up and make sure that you can write to the tables in pilot from the Rest Help page. Maybe the dev doesn’t have the same access setup in both environments, or has the wrong api key for pilot?