Hello,
We have created a custom entity called Sales Contract that follows up the Sales Order in the Sales Process. I am trying to mimic the behavior between Opportunity and Quotes where if you create a quote off of the opportunity then it automatically pulls in the Opportunity Products as the Quote Products. The end goal is that once a Sales Order has been processed then if necessary the salesperson can easily add a new Sales Contract from the Sales Order and it will pull in all Product information from the Sales Order so that they don't have to do double entry. I have scoured the relationships and forms and business workflows for Opportunities and Quotes (and their respective Product Entities) and cannot figure out where that logic is to make it happen. Is that javascript on the back end? or is there something that I am missing here?