scmc.PricingPluginglobal inherited sharing abstract class PricingPlugin This plugin class is used for custom pricing algorithms. This class is designed to allow custom pricing algorithms in the managed package wherever the system uses the price list custom object. Properties
Methodsexecuteglobal abstract void execute(sObject[] records) Prices an array of sOjects. Input Parameters
PricingPluginglobal PricingPlugin() |