You need to sign in to do that
Don't have an account?
Shunn
Trigger on Quote line item
Hi All,
I need a trigger that when the Opportunity Product "line description" field is created or edited, the related Quote line item object "Description" field should also be created or updated. So basically,
A) Object = Opportunity Product
Field = Line Description
B) Object = Quote Line Item
Field = Line Description
Trigger on new or update
Field on object A , should be populated on Object B's field
Can anyone help please?
I need a trigger that when the Opportunity Product "line description" field is created or edited, the related Quote line item object "Description" field should also be created or updated. So basically,
A) Object = Opportunity Product
Field = Line Description
B) Object = Quote Line Item
Field = Line Description
Trigger on new or update
Field on object A , should be populated on Object B's field
Can anyone help please?
Did you try with sync button in Quote line item? As I have checked in my Dev org if you activate it , the changes between the opportunity Product and Quote Line Item will be in sync means change in line description for Opporuntiy line item will update the same change in the field of line item description of Quote Line Item.I think you better try with this first. Let us know if this helps.
All Answers
Did you try with sync button in Quote line item? As I have checked in my Dev org if you activate it , the changes between the opportunity Product and Quote Line Item will be in sync means change in line description for Opporuntiy line item will update the same change in the field of line item description of Quote Line Item.I think you better try with this first. Let us know if this helps.