If I have a field level trigger, and I want to pass the name of the field in the trigger, how can this be done without hardcoding the field name.
"David" wrote:
>
>If I have a field level trigger, and I want to pass the
>name of the field in the trigger, how can this be done
>without hardcoding the field name.
David:
If you are at a GUI environment, you probably could try SELF:name
Louis navarro