You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/refguide/modeling/integration/odata-services/consumed-odata-services/consumed-odata-service.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,17 +39,17 @@ You can use either constants or a microflow to set the service URL and proxy set
39
39
40
40
#### Service URL {#service-url}
41
41
42
-
The **Service URL** displays a constant that specifies the URL of the service endpoint:
42
+
The **Service URL** displays a constant that specifies the URL of the service endpoint.
43
43
44
-
-Click**Select** to choose another [constant](/refguide/constants/).
45
-
-Click**Show** to open the **Constant** dialog box and view the service URL or endpoint.
44
+
-In the **Service URL** field, click**Select** to choose another [constant](/refguide/constants/).
45
+
-Choose a constant or click **New** to create a new one. Then, click**Show** to open the **Constant** dialog box and view the service URL or endpoint.
46
46
47
47
#### Connection microflow
48
48
49
49
The **Connection microflow** displays the microflow that the app uses to retrieve the service URL, proxy settings and headers. See the [Connection and Headers Microflow](#connection-and-headers-microflow) section below for details about how to create such a microflow.
50
50
51
51
- Click **Select** to choose another microflow.
52
-
- Click **Show** to navigate to the microflow.
52
+
- Click **Show** to open the microflow.
53
53
54
54
### Configuration for Studio Pro 11.12 and below
55
55
@@ -63,11 +63,11 @@ For more information, see the [Connection and Headers Microflow](#connection-and
63
63
64
64
### Proxy Configuration
65
65
66
-
**Proxy configuration** allows you to configure a proxy for the request:
66
+
**Proxy configuration** allows you to configure a proxy for the request. There are three options for configuration:
67
67
68
-
-**Follow app settings** – use settings which are defined at the app level (default).
69
-
-**Override app settings** – override the app-level settings for this action by specifying constants for the host, port, user name, and password for the proxy.
70
-
-**No proxy** – do not use a proxy for this service, even if there is a proxy configured at the app level.
68
+
-**Follow app settings** – Use settings which are defined at the app level (default)
69
+
-**Override app settings** – Override the app-level settings for this action by specifying constants for the host, port, user name, and password for the proxy
70
+
-**No proxy** – Do not use a proxy for this service, even if there is a proxy configured at the app level
0 commit comments