I have a hidden field (free form text) I use on different transaction forms.
I want this field to always start off empty and various actions cause it to get populated.
I have found when a certain person creates the transaction, that field has already been set.
I see that if I make a copy of a transaction, (using Netusite's built in make a copy feature) those field values also get copied.
Is there anyway to prevent this to make sure it always starts off blank?
My solution was to make a user event on Event.Type Create and always set that field blank, but I feel like that is a bandaid for an improper setup.