Versions Compared

Key

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

...

Please see Label and Value Alignment for a list of which controls support each alignment property.

New Rule Property to Check for a Value

In past versions, the isFilled function in the rule builder would use a boolean check on the ‘value’ property of a control to determine if there was a value. However, the value property for number controls always returned a ‘0' when it had no value (this was required for calculations.), so it was not possible to determine via the rule if a number control had data entered or not. v11.1 introduces a new ‘empty’ property on controls to check for a value entered at run time. This property is read-only, meaning it should only be used in a condition. The ‘isFilled’ and ‘isEmpty’ functions of the Visual Rule Builder now use the ‘empty’ property instead of the ‘value’ property. Existing rules will not change (and will continue to work as they did previously), until/unless the rule is edited using the Visual Rule Builder.

Google Connector: Select documents in Save to Google Drive Wizard

...