What to input for Request Parameters in Mendix Academy Course on SAP Apps

0
Hi guys,   Im currently working my way through the course Learn to Build an SAP App. I am stuck on lesson 3.1.4 Write a Microflow to Get the List of Sales Orders step number 4. https://gettingstarted.mendixcloud.com/link/module/85/lecture/581 It says I should add the two constants but when selecting the dropdown I dont see these as something I can select.     Equally if I input them simply as text then I get an error. What do I need to do here?    Thanks for your help, T
asked
3 answers
1

Try clicking on the edit button on the right side. That should open a window where you can use your constants as input.

answered
1

Based on your error, you have a character set mismatch (UTF-8). Double check your Target URL. See if this helps "https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/40728f7b-0401-0010-d9bc-8c73884a3789"

answered
1

Create two constants of type String in module <Module>:
1: Username (default value: <Username>)       => @<Module>.Username
2: Password (default value: <Password>)         => @<Module>.Password

Link the constants to the fields Username and Password by pressing the button Edit…
Add the constant. For example: @<Module>.Username

 

answered