Hello all,
My goal is to store the cost and price at time of quote, to be able to do a GP at the time when the part was quoted (So it’s not effected by cost adjustments that occur throughout the year).
I am trying to populate a UD table with the information from a ‘Quoted’ quote.
I’ve used pre-processing to create a condition where if a row is added or updated in the ttQuoteHed table, it will enable post-directive.
In post-directive, I have a condition to verify if it’s been enabled by pre-process. If true, Fill Table by Query, then Invoke BO Method.
I am wondering if my approach is feasible, or if there is a better way.