Hi All,
We have a requirement where we need 3 list fields where data selected in first decides the data available in selection in rest of the two.
I am trying to create a property page and using 3 list fields .The issues which i am facing are
1.List fields does not support taxonomy.
2.The DQL associated with list field is executed every time even for edit/view mode.
To overcome the first problem , I have associated a DQL query to fetch the data values available for selection.The DQL is in format
select xyz from dm_dbo.register_table where abc=$value(abc) and xyz is not null
Once the document is created and saved .When i try to view document properties , the dql associated with list feild (for data selection) is fired even when the object has values saved.The dql execution fails highlighting error in User interface.
The environment is
D2 4.5
CS -7.2
Browser - IE 11
Please let me know if anyone has faced this issues or if there is workaround.
Thanks
Yashashri.