HI,
I have an application that needs to interact with BC.
For that purpose, I am using Azure function that will query BC.
I have already created a custom table + custom API.
Am able to fetch data, update data, but cannot insert new record.
I have already set the permission to the tabledata as RIMD.
However, creating record through postman works well, but in c#, it is giving me permission error.
I would like to know if there are any means or anything that I have missed.
In C#, I tried both through odata class and direct raw posting. but none is working.