Thanks @Mark_Wonsil
Duplicating the data into a UD table from a configurator doc rule or UDmethod would be great.
Right now I have a UDmethod that creates a string from all the configurator input values and a doc rule that pushes the string to QuoteDtl.QuoteComment. This works for displaying the configurator data on a report, but I would really like to store the data in a table for future reference.
I’m not familiar with UD tables in E10. Is this the correct method to use?:
- use UD column maintenance to add columns to a table (eg. QuoteHed)
- regenerate the data model
- use a configurator doc rule (or UDmethod?) to push the values (eg. QuoteHed.TireSize_c = Inputs.TireSize.Value; )