Configuring Sun Master Indexes (Repository)

Setting the Master Index Update Policy Flag (Repository)

The update flag determines whether update policies are performed against a record when a transaction does not cause any changes to the record’s data.

ProcedureTo Set the Update Policy Flag

  1. In the Projects window, expand the Configuration node in the project you want to modify, and then double-click the Best Record file.

    The file opens in the NetBeans XML editor.

  2. Scroll to the UpdateManagerConfig section of the file.

  3. To specify that update policies are not performed when no updates are made, set the SkipUpdateIfNoChange element to true.

    For example:


    <SkipUpdateIfNoChange>true</SkipUpdateIfNoChange>
  4. To specify that update policies are performed even though no updates are made, set the SkipUpdateIfNoChange element to false.

    For example:


    <SkipUpdateIfNoChange>false</SkipUpdateIfNoChange>
  5. Save and close the file.