Discussions
Line items column dynamic values overwritten
Hi,
I am trying to dynamically default certain columns on a line item. These columns are to be defaulted on a new item being selected/added to a sublist. These defaulted columns can also be changed by the user from the default.
The Problem is that my values set by my script get overwritten by the sourcing of the line. Billing schedule is one of these columns. I cannot do all defaulting on a user event beforeSave event as I will not know weather a user has changed columns from their defaults as if I recalc the columns they will over write the users change.