ION Connection Point for Reports

mlit_21
mlit_21 Member Posts: 1

I have a SARSU in CSD that creates a fixed length text file in the /reports/[TenantID]/ directory. Can I send the file via sFTP directly from that directory, or do I have to use the SAPF function to download and save it locally in order to create a connection point for the local location?

Answers

  • Brandon Watson
    Brandon Watson Member, Infor Partner Posts: 49
    {
      "CompanyNumber": 1000,
      "Operator": "bpw",
      "filename": "somefile.txt",
      "direction": "outbound",
      "outmode":"base64response",
      "subdir": ""
    }
    

    Assuming the file is not too large for ION, you can pick up the file with the FileTransfer API. The Above would get somefile.txt, as a base64 encoded string. We have built bi-direction Data Flows using this API successfully.