Hello,
I am using JDeveloper 12.1.3 64 bit. Inside of it I am trying to disable some button if new row is just added.
I am trying to find bindings.MyVOIterator.currentRow.entities[0].entityState != 0 but only thing that I can find is:
bindings.MyVOIterator.currentRow.dataProvider
What am I doing wrong?
Thx