Forum

Jennifer Häfner
Moderator
    Has successfully completed the online course Intermediate (200)
    Has successfully completed the online course Advanced (300)
    Has successfully completed the online course Basics (100)
    Has successfully completed the online course Advanced (310)
    Has successfully completed the online course Advanced (320)
    Has successfully completed the Intermediate Certification
    Has successfully completed the Advanced Certification
3 years, 10 months ago #30002
Up
0
Down
::

Hi Christian,

Have you already checked what the output of the file reader contains?
In Chrome, you can debug it like this:

  • Open your application. If necessary, add ‘sap-ui-debug=<Appname>’ to the URL. For example, when your application is called ‘Example_App’, the URL needs to look like this:
    https://<your Simplifier instance>/appDirect/Example_App/index.html?sap-ui-debug=Example_App
  • Press F12 to open Chrome Dev Tools. Select ‘Sources’, and in the tree structure on the left, select ‘modules’ – ‘ClientBusinessObject’ and then your Client Side Business Object where your CSV upload code is (see attached image)
  • Add a breakpoint to your upload function
  • In your application, upload a csv file while the Chrome Dev Tools are open
  • The process will pause at your breakpoint. Now you can debug all the variables inside the code (e.g., by hovering over them with the mouse)
  • Check if the return value of the Business Object contains the values from the csv. If not, maybe your user does not have the permissions/roles for the uploader? If this is the case, check Step 5 of this article: https://community.simplifier.io/knowledge/drawing-on-images-with-the-signaturepad-widget/

To use this Business Object output as an input to another Business Object, you can use the ‘Process Output’ shape in the Process Designer (https://community.simplifier.io/doc/current-release/applications/add-application-logic/mapping-area/, ‘Process Output’).

I hope this information is helpful.

Attachments:
You must be logged in to view attached files.