Define Hierarchical Comboboxes
In common scenarios, there are linked lists that need to be included as hierarchical comboboxes in your forms.
For example a typical Country/City scenario would include 2 lists.
- Countries (ID, Title)
- Cities (ID, Title, Country)…
Declaring a Lookup/Combobox Control
Available options:
Choice Control (Single Selection)
Declare a new ComboBox or LookupPicker control. Set the Target Field Name and in the Lookup Details tab, set the Lookup Static Values property adding all the required values concatenated…
Localization in PowerForms
PowerForms can be localized through the Localization Section in the designer.
A list containing all the texts appearing inside forms either in controls, buttons or messages is displayed and the user can change the…
The {url} Keyword
The {url} is a brand new keyword which can be used in the designer to indicate the local web-site url, instead of having to write the whole SharePoint site/sub-site path.
Important Note:
The {url} keyword can be used to substitute the full…
Multiple Sorting in List Queries
A new addition to PowerForms HTML is the ability to sort by multiple columns in a List Query.
Clicking on the Sort with multiple columns presents a text-box which you can use to perform multiple sorting to your list…
Master-Detail using the DataEntryGrid control
The DataEntryGrid control gives you two options. The first option is to add structured data that would be saved inside a multi-lines-of-text control (using XML). So it is ideal for cases that no external list is required to store the related…
