1 Reply Latest reply on Sep 10, 2004 1:10 PM by divine_comedy

    on-find help needed !!

    divine_comedy

      I have a finder with an eager load group configured. for the sake of discussion, let's say that the eager load group contains field A, B, C.

      I also configured the strategy of the finder to on-find, and when I turn on SQL debugging, it's showing that the primary key and the fields I specified are loaded during the find, however when my code does a getC, extra fields that I do not requre are loaded ( field D, E, F).

      I then configured a lazy load group for those unused fields, and the behavior is still the same.

      I am using 3.2.3.

      Any help would be appreciated.