Hello,
We have modified the Sample EDS, so that it loads the choice lists from Data Base.
If the dependent dynamic choiceList returns a single result, is it possible through the ICN EDS to set it as the selected value from the list, so that the user does not have to click on the drop-down and select the value?
We have tried to return the minimum value as:
.....
{
"hasDependentProperties": "false",
"dependentValueSQL": "EST_TOWN",
"symbolicName": "EST_PROVINCE",
"value": "Caceres"
}
.....
But if we return it like this, it doesn't show it.
However, if we put that same json in the "Project_PropertyData.json" it does load it as an imputext, not as a drop-down list.
Thanks.
#IBMContentNavigator(ICN)#Support#SupportMigration