VBCS Integration to ERP Cloud
Summary
Using REST Service to get data and write a file; Need to process in FBDIContent
Hi,
Here is the situation. I've created a visual application in VBCS. I would like to create journal entries in ERP Cloud using FBDI. I am new to Integration cloud and know that this has been done so I would like someone to validate my approach.
I created a REST service that takes data from the VBCS application and writes it to a file on the FTP server. That works. Can I take a single file, in this case, and create the two required files (and Manifest file) for FBDI? I think I could iterate through the file based on repeating elements (i.e., Header, Line) and then use a stage file action to create the two files, one for headers and one for lines. From there, the rest of the process is straight forward and well documented.
0