Saturday, September 6, 2014

JDev/ADF sample - Automatically Applying Get Posted Attribute Method for Row Refresh

  • Automatically Applying Get Posted Attribute Method for Row Refresh. There is out of the box ADF BC method available to refresh current row, see this post for details - Refreshing Single Row Without Full Rollback. There could be use cases, when refresh method is not sufficient (particularly for a row with dependent LOV's) - it may not reset data correctly. Also there is extra SQL query sent to DB, to fetch row data by key. Even it works well most of the time, still it is good to know the alternative. I'm going to present alternative row refresh approach here, using getPostedAttribute method.
    Download - CustomRowRefreshApp.zip

No comments: