Wednesday 2 September 2015

Enable - Disable items in apex oracle


Mainly two ways for disabling your Item in apex oracle.
Demo

* create Dynamic action for Item

      select which item you want to Disable in Dynamic action. By following given methods in demo

* Just put READONLY in Edit item Html Attributes.

Which one is more preferable!!!
    So, basically both will work as shown in demo but when ever you want to submit your page values(reports,forms) then Readonly will allow us to submit values to the database.
  If you disable items using Dynamic action then that items will be dead for apex and it will not allow us to submit it.


No comments:

Post a Comment

Show values in right side of shuttle

While working with select list and shuttle, when we want to display values into right side of shuttle depending upon selection from select ...