I am using the OAA Tailoring Kit (Peregrine Studio 2.2) to customize Get-Services 2.3 and want to create a selectbox to show the relevant Subcategories for the Category selected in another selectbox; just like in
ServiceCenter, where you in a format can use the SELECT function to show field values from selected records in a file:
select( "subcategory", "subcategory", "category", [$category] )
which says
SELECT subcategory FROM subcategory WHERE category=[$category].
I will like to know if anyone of you have ideas or examples of how such a dependent selectbox can be created in Get-It? And how to do it?
I have asked Peregrine support for a solution. The answer I got was:
"Yes it can be done; still the best way to implement that is depend on
customer's data and the context of the project being implemented.
Using HTML combobox widgets dynamically linked, would require client side scripting. In theory, you must generate a first list (example: category), after the selection of one elements in the first list, to generate a second list (example: subcategory), with like selection criteria elements of this second list, the element selected in the first. This type of script is a client side scripting.
Another option would be to use lookup widget."
This don't help me to figure out how to do it, so I hope you can help me.


Reply With Quote
Bookmarks