Untergeordnete Seiten
  • Custom Message Validation

Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.
Kommentar: Migration of unmigrated content due to installation of a new plugin
Wiki-Markup
{scrollbar}
Support the ability to specify custom validation code in the data dictionary. For example,
{code:xml}
<message>
  <validation language="jruby">
    ... scripted code ...
  <validation>

  <field name="Account">
    <validation language="jython">...
      ... scripted validation ...
    </validation>
  </field>

</message>
{code}
This should support data dictionary merging so that validation could be layered on top of an existing data dictionary.