Monday, April 28, 2014

JDev/ADF sample - EntityLevelOnly Property To Delay Unique Key Validator

  • EntityLevelOnly Property To Delay Unique Key Validator. Idea for this post was kindly suggested by real ADF BC guru and evangelist - Steve Muench. You can check famous ADF Not Yet Documented Examples on Steve's blog - Dive into ADF. The main idea is about composite Unique Key, based on multiple EO attributes. Ideally, users should be allowed to change composite Unique Key values, without getting validation errors too early (before trying to save changes). However, this is not the case by default - and I will explain in this post, how to make it work properly with EntityLevelOnly = true property.
    Download - ComplexUniqueKeyApp.zip

No comments: