function readOnly(count){ }
Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
how can I get opportunity product list programatically for an opportunity
Please help
SELECT Id,OpportunityId,PricebookEntryId,UnitPrice,Quantity,Discount,Description FROM OpportunityLineItem WHERE OpportunityId = :opportunity.id
There are other fields available, too, so check the WSDL for your organization or the Web Services API Developer's Guide.
There are other fields available, too, so check the WSDL for your organization or the Web Services API Developer's Guide.