Versions Compared

Key

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

...

  • If the record does not exist, "#form.table.fieldx#field#" returns the same = "#form.table.field#". Use the ternary operator ( condition ? exprIfTrue : exprIfFalse ) to check and set to NULL if the return value matches the origin hash variable (if used in BeanShell or Javascript).
  • If record exist but fieldx field is empty, "#form.table.fieldx#field#" returns empty = "".
  • If record exist and fieldx field has value "abc", "#form.table.fieldx#field#" returns the value = "abc".

...