ADF Model - How set EO/VO row(s) Attribute Values which is not current.
RameshMay 3 2013 — edited May 3 2013Hello
I have a use case where only row in a table can be active ( the Table has DB column ACTIVE_FLAG VARCHAR2(1) (Y/N)) .
Whats the best way in the model Layer to make sure the only row is set to 'Y'. i.e in the Model Tester if i check one the Flag on row it should un-check the previously selected row and make sure that there is only row selected (i.e value 'Y' in thi case).
Thanks
Ramesh