How to set a Default Value on Multiple Records | Oracle Personalizations

By Jag - August 02, 2012

Default Value on Multiple Records Step by Step Guides



1.       Access the form and then open the form personalization window.  You’ll need the database password

2.       Add a record with your description and then set the level to form.

3.       Set the trigger event to WHEN-NEW-RECORD-INSTANCE.  This trigger will fire when you move to each record in the form


4.       Set the trigger  object to the block containing the records

5.       Add a condition to ensure the personalization doesn’t fire when the user changes.  When this form is first displayed the checkbox value is set to null.

6.       On the Actions tab, add an action to set the value property to Yes for the checkbox object.

7.       After you set the objects property, add another action to use the builtin do_key to move to the next record.
  • Share:

You Might Also Like

0 comments