Problem Statement: We want to store XML file in Business central with some information (Ex. Payment Details) From another System. Want to update status field of one custom table by Reading that XML file.
Question 1:
Is it possible to receive an xml file from third party system through API in Business Central.
If so, then is that applicable for N Number of XML Files?
Question 2:
We know that we can receive an content of an xml file in a text field. But due to the Size restriction we cannot use
Text field for file content. Is there any alternate way for receiving the Content of a XML File irrespective of its size?