Getting Part Info on New Quote Line

Hi

I need to conditionally get a Part field value and place it in a QuoteDtl field when a new line is added. I figured a Method Directive on the Quote Directive would be most suited but im not sure which directive i would need to use. Im still quote new to Method Directives…

The fields are

Part.CommentText to QuoteDtl.QuoteComment when a new part is added. I went through various directives and Part.CommentText wasnt an available field.

Thanks for any help in advance

Running a trace on add new quote line reveals:
Erp.Proxy.BO.QuoteImpl.GetNewQuoteDtl()
Erp.Proxy.BO.QuoteImpl.ChangePartNumMaster()
Erp.Proxy.BO.QuoteImpl.ChangePartNum()
These are likely candidate methods I would start with.
Good luck!

1 Like

Excellent, i’ll look into that and also tracing :slight_smile:

thanks bud