Options

What is the structure in C# to add records to a BC Cloud table via the OData v4 web service?

isabtogumonisabtogumon Member Posts: 45
I have created an application in Azure and I have given it read and write permissions in BC, in BC I have published the page as a web service. So far I only have the C# code to display the records. The requirement is to monitor a specific folder in Windows and whenever a text file is added, the content of that text file needs to be loaded into the BC table.

Thanks in advance.
Sign In or Register to comment.