Order and Inventory Management Apex API Developer Reference

scmc.PricingPlugin

global 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

Name Type Description
throwException boolean

Methods

execute

global abstract void execute(sObject[] records)

Prices an array of sOjects.

Input Parameters

Name Type Description
records sObject[] An array of sObjects list<sObjects>.

PricingPlugin

global PricingPlugin()

© Copyright 2009–2023 Certinia Inc. All rights reserved. Various trademarks held by their respective owners.