You need to sign in to do that
Don't have an account?
Stavros McGillicuddy
Syntax to reference Opportunity>Product Line Items
My opportunities may have up to 4 products (line items) attached to them.
I am looking for the syntax to copy the 4 Opportunity > Product Names to 4 custom fiedls on the Opportunity object
This does not throw an error but it does nothing
I am looking for the syntax to copy the 4 Opportunity > Product Names to 4 custom fiedls on the Opportunity object
This does not throw an error but it does nothing
record.Sample_Product_Name_2__c='{!Product2.Name}';
This throws an OpporunityLineItem not defined error and, I'm not sure how to find all line items
Thank you