I have a custom record that has a parent / child r...
# suitescript
p
I have a custom record that has a parent / child relationship with Opportunity, Estimate and Sales Order. I would like for records entered under an Opportunity to copy over to the Estimate and subsequently to the Sales Order. Can someone give me a hint on how I can achieve this?
b
you can use a multiple select for the parent/child field
and attach the child to the new transaction when its created
p
thanks. my issue with this method is I seem to lose the ability to do inline editing. Unless I am missing something.
b
probably
you can accomplish much the same thing with multiple parent/child fields
its just uglier