Hello There,
I have the following problem: We have implemented a page (incl. table) of type /API/ in our Business Central 365 environment (SaaS), which should receive posting information from an external financial accounting. This data is then further processed in a separate process. It is now the case that posting texts (freely fillable by the clerk) are also part of this posting information. Since we are in the German language area, it can happen that German umlauts are used in these posting texts. If we now want to use a simple Powershell script to transfer this data from the source system to the target system via an API call, the umlauts are not resolved correctly. Thus a /ü/ becomes a ///u00fc/ in the target column. We use (for test purposes) the following Powershell script:
After the transfer to Business Central 365 (SaaS) we get the following value for /BUCHUNGSTEXT/ in the target table:
We would have expected the transferred /BUCHUNGSTEXT/ to appear in Business Central as we specified it.
We are urgently looking for a possible solution. Thank you very much for your support.