Versions Compared

Key

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

...

NameDescriptionValue
fieldThe field name that is included in a condition statement.Any
aliasThe alias name for the field.Any
expressionThe field expression.VALUE, =

Example

Expand
titleWherefields
Code Block
themeEclipse
languagexml
titleWherefields
...
 
            <wherefields>
                <wherefield>
                    <field>PRODUCTS.PRODDELETED</field>
                    <alias>Expr001</alias>
                    <expression>VALUE</expression>
                </wherefield>
                <wherefield>
                    <field>0</field>
                    <alias>Expr002</alias>
                    <expression>VALUE</expression>
                </wherefield>
            </wherefields>
 
...