diff --git a/guides/services/constraints.md b/guides/services/constraints.md
index aaa6b0db51..9408affa9f 100644
--- a/guides/services/constraints.md
+++ b/guides/services/constraints.md
@@ -368,13 +368,11 @@ service Sue {
}
```
-In addition to server-side input validation as introduced above, this adds a corresponding `@FieldControl` annotation to the EDMX so that OData / Fiori clients would enforce a valid entry, thereby avoiding unnecessary request roundtrips:
+::: warning Deep updates not covered
+`@mandatory` validation is **not** applied to nested data in deep update operations. To enforce mandatory values in those cases, use the [`not null` constraint](../../cds/cdl#constraints) instead.
+:::
-```xml
-