Versions Compared

Key

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

...

A variable or property that is classified as a record may have additional information associated with it, such as column data if that record was originally retrieved from a known database table. Profound.js will track this type of information and add it to its list of suggestions.

...

While some variables are created and named explicitly by you, there are certain variables that are created implicitly by Profound.js to make it more convenient for you to build the desired business logic. For example, when you create a routine that is attached to a Widget that belongs to a grid, and an implicit record variable named activeGridRecord is created.

...

We know that work variables are accessed within the current routine, while global properties can be accessed from any routine within your Rich Display file. But what if If you have multiple Rich Display files and you have the need to share information between them. This , this is where session properties can be useful.

...