ucAllowedValuesChanges

Purpose

Informs user custom code about changes made to the Allowed Values combinations from within administration screens.

Applies To

Administration Methods

Signature

   public boolean ucAllowedValuesChanges(
        Connection dbconn,      // DB connection
        AllowedValues av        // allowed values objejct
    ) throws Exception;

Notes

This method is called by ExtraView from within the Administration utility that allows the adding, editing and deleting of allowed value combinations.  The method is called for each and every change to the allowed value combination made by the user within each update operation.  For example, if the user adds 2 allowed values and deletes one allowed value, the method is called 3 times.  The method is also called for changes to the sort sequence.

The method can never alter the stored allowed value combinations.