From 7de7a3ea60a1593a5a20cebdf87f21a43929daf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Jeglinsky?= Date: Thu, 31 Aug 2023 11:51:27 +0200 Subject: [PATCH] Consuming Services: move into java profiling (#393) move into java profiling --- guides/using-services.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/guides/using-services.md b/guides/using-services.md index 2be9104ce..3fe6aae4b 100644 --- a/guides/using-services.md +++ b/guides/using-services.md @@ -1508,9 +1508,11 @@ cds: ``` +Read more in the full reference of all [supported retrieval strategy values](https://sap.github.io/cloud-sdk/docs/java/features/connectivity/sdk-connectivity-destination-service#retrieval-strategy-options). Please note that the value must be provided in pascal case, for example: `AlwaysProvider`. + + -Read more in the full reference of all [supported retrieval strategy values](https://sap.github.io/cloud-sdk/docs/java/features/connectivity/sdk-connectivity-destination-service#retrieval-strategy-options). Please note that the value must be provided in pascal case, for example: `AlwaysProvider`. ## ⑤ Add Qualities