Thursday, November 8, 2012

JDev/ADF sample - Difference Between Initialized and New Mode in ADF BC

  • Difference Between Initialized and New Mode in ADF BC. Its always a bit confusing - what is actually the difference between Initialized and New mode for created rows in ADF BC. I have found good information in ADF Developer Guide for this - 27.4.5 What You May Need to Know About Create and CreateInsert. In short - when you create new row, it gets status New. If there is requirement to deregister created (but not yet inserted into DB) from pending changes list - you can set Initialized status for such row. It will keep Initialized status, until user will change attribute value.
    Download - NewInitializedRowADFApp.zip

No comments: