function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Arundhati DebArundhati Deb 

I have a formula field 'vendor' on quote line which gets it's value from a field in product called 'vendor'. I want to get the vendor values in a field of quote and use that field in approval process

I have a formula field 'vendor' on quote line which gets it's value from a field in product called 'vendor'. I want to get the vendor values of different quote lines in a field of quote. Also if there are different vendors in multiple quote lines , names of all the vendors should come in the quote field. Also, I have to use this quote field in approval process. How to write a trigger for this.