ffbc.PriceBooksServiceglobal with sharing class PriceBooksService This class provides service functionality for the Price Book standard object. This class contains deprecated items. DeprecatedThe following items are deprecated and not supported for use. We recommend that you stop using these items to avoid exceptions. MethodsgetActiveDeprecated: This method has been deprecated. Use a standard Salesforce query instead. global static List<ffbc.PriceBooksService.PriceBook> getActive() Queries all active price books. Returns the ID, name and whether the price book is the standard price book. Return ValueA list of summarized price books, ordered by name with the standard price book first. ffbc.PriceBooksService.PriceBookglobal with sharing class PriceBook This class models a price book, including the ID, name and whether it is the standard price book. Properties
|