HI All, I have a requirement where in Fiori screen Needs to use Table with Three columns
1. Object Text : Text
2. Value : ComboBox
3. Text : Text
From the oData that I received , I am able to populate ObjectText. Now the twist in the tale is, based on ObjectText, I need to again hit backend and fetch the records for value comboBox,Values in ComboBox will keep on changing based on ObjectText.
For eg. ObjectText Value Text
1. If ObjectText = Plant then Value = PlantValues
2. if ObjectText = Material then Value = MaterialValues
Can I achieve this using factory function? Any pointers will be appreciated.
Add comment