-
How can I get Standard Price Book within our Test Class in Salesforce?
When I Insert a Product in Test Class,it fire a Trigger in which a Query is used to Find Standard Price Book(i.e. Pricebook2 pb = [Select id from Pricebook2 where isStandard = true];),How can I get Standard Price Book in our Test Class?
Log In to reply.