From 822b4a2271e8195c912204372d9d0c606ed9ff31 Mon Sep 17 00:00:00 2001 From: MariyaSavova <69398701+MariyaSavova@users.noreply.github.com> Date: Thu, 22 Jun 2023 14:57:37 +0300 Subject: [PATCH] Update or.md OR is not supported by SELECT but used by the FILTER operator. More information: https://docs.erp.net/tech/advanced/calculated-attributes/operators/select.html --- advanced/calculated-attributes/operators/or.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/advanced/calculated-attributes/operators/or.md b/advanced/calculated-attributes/operators/or.md index 057bb53ce..3ac915cd4 100644 --- a/advanced/calculated-attributes/operators/or.md +++ b/advanced/calculated-attributes/operators/or.md @@ -32,3 +32,7 @@ OUTPUT: > [!NOTE] > > The repository of the attribute is *Crm.Sales.SalesOrderLines* + +> [!NOTE] +OR is not supported by SELECT but used by the FILTER operator. +More information: https://docs.erp.net/tech/advanced/calculated-attributes/operators/select.html