Return to Snippet

Revision: 21450
at December 13, 2009 12:13 by cavi21


Initial Code
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);

Initial URL


Initial Description


Initial Title
Traer un producto por ID de Opp

Initial Tags
textmate

Initial Language
Other