2024 April Release

COOATTREDIT@1.1:itemvalidateexpr Permanent link for this heading

Expression for Validating the Value (Overrides Property Definition)

This expression is evaluated to validate values of the property during editing.
For more information see attrvalidateexpr.

Explanation:
Defines an app.ducx expression that validates a changed value of the property in user interface (see also itemvalidateexpr).

string[] COOATTREDIT@1.1:itemvalidateexpr (
  object ::root,
  AttributeDefinition ::attribute,
  any ::parent,
  any ::value,
  boolean ::isvalue,
  boolean ::isedit,
  boolean ::iseditcommon,
  boolean ::isdashboard,
  boolean ::iscalccelledit,
  boolean ::issingleattribute,
  Action ::context)

Local Scope: dictionary
Global Scope: dictionary
Returns: boolean

Name

Description

::root

::attribute

::parent

::value

::isvalue

::isedit

::iseditcommon

::isdashboard

::iscalccelledit

::issingleattribute

::context