Versions Compared

Key

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

...

Populate some data into the Item and Dummy forms. 

Note

The inputted data (Item and Dummy CRUD) must have matching matching Item IDs.

Figure 14: Item CRUD

...

Step 3

Result

Figure 16: Result

...

Properties


Figure 17: Properties 

NameDescription
Parameter

Map values as the URL parameters.

Field IdField ID of the form element in the current form.
Default Value

Default Value when there's no existing value found/selected.

A hash variable is accepted here. For example, you may key the following

Code Block
#currentUser.firstName# #currentUser.lastName#


to pre-populate the field with the currently logged-in user's name.

...