/ Published in: Other
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
OpportunityLineItem producto = [SELECT AccountId__c,CreatedById,CreatedDate,Description,HasQuantitySchedule,HasRevenueSchedule,HasSchedule,Id,IsDeleted,LastModifiedById,LastModifiedDate,ListPrice,OpportunityId,PricebookEntryId,Quantity,ServiceDate,SortOrder,SystemModstamp,UnitPrice from OpportunityLineItem where OpportunityId = 'TOKEN']; system.debug(producto);