From 76affb62f6cb3149363cd4fb45fd1b5a3736e45b Mon Sep 17 00:00:00 2001 From: Johannes Vogel <31311694+johannes-vogel@users.noreply.github.com> Date: Wed, 5 Feb 2025 11:18:49 +0100 Subject: [PATCH] Update providing-services.md --- guides/providing-services.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/providing-services.md b/guides/providing-services.md index 200ad305e..67e43af86 100644 --- a/guides/providing-services.md +++ b/guides/providing-services.md @@ -303,8 +303,8 @@ DELETE .../Orders/1 -- would also delete all headers and items Note that deep `WRITE` operations are only supported out of the box if the following conditions are met: 1. The on-condition of the composition only uses comparison predicates with an `=` operator -2. The predicates are connected with the logical operator `AND` -3. The operands are references or `$self` +2. The predicates are only connected with the logical operator `AND` +3. The operands are references or `$self`. CAP Java also supports pseudo variables like `$user.locale` Good: ```cds