Article Details
Id: | 20165 |
Product: | finPOWER Connect |
Type: | NEW |
Version: | 4.00.02 |
Opened: | 05/04/2023 |
Closed: | 06/04/2023 |
Released: | 27/06/2023 |
Job: | J030864 |
HTML Widgets; widget.UI.InformationListComboBox; New method SetLogOutcomeComboFromSectionedInformationList()
A new method, SetLogOutcomeComboFromSectionedInformationList() has been added to the widget.UI.InformationListComboBox control.
This is used in the upcoming Log HTML Widget.
For example, the "ClientLogSubjects" information list may contain the following items:
- Subject1
- Subject2
- Subject3
The "ClientLogOutcomes" list can then uses a "sectioned" list (using a pipe separator) such as:
- General item
- Subject1|Sub1A
- Subject1|Sub1B
- Subject1|Sub1C
- Subject2|Sub2A
- Subject2|Sub2B
- Subject2|Sub2C
Now, using this new method, when the Client Log's Subject is set to "Subject1", the Outcomes list will contain the values:
- Sub1A
- Sub1B
- Sub1C
In effect, the Outcomes list is filtered by items starting with the Log Subject followed by a pipe (|) character.