Child pages
  • Custom Message Validation

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Children Display
pageqfj:/

Support the ability to specify custom validation code in the data dictionary. For example,

Code Block
xml
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.