Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
17.12.03, Trunk, Upcoming Branch
-
None
-
None
Description
When a service is using a query function that incorporates the .filterbyDate option on the query, there is no way to get such filtered results back to the drop-down field.
The JS function allows for multiple input parameters to be passed according to inline documentation:
// paramField = parent drop-down field Id (mainId) // targetField = dependent drop-down field Id (dependentId) and // if there are multiple paramKeys (because of multiple dependencies) then create // an array with multiple data information
However, when having definitions in a screen for getDependentDropdownValues like:
<set field="paramKey" value="roleTypeId,fromDate"/> <set field="paramField" value="roleTypeId,fromDate"/>
only the first of the list gets used.