Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

Is it possible to create rules that control the minimum discounted price by combining Offers?

WataruS
Tera Expert

I'm currently checking pricing rules.


What I'd like to achieve is as follows:
- When selecting Product Offering A and Product Offering B and applying a discount, I want to control the minimum price of A and B.

 

Example:
Product Offering A: 3,000 yen (list price)
Product Offering B: 1,000 yen (list price)
→ Total: 4,000 yen
For the above, I want to control the minimum total to 3,000 yen, and prevent discounts in the following cases:
Product Offering A: 2,000 yen (after discount)
Product Offering B: 500 yen (after discount)
→ Total: 2,500 yen

 

Since Pricing Matrices only has the following five adjustment types, I'm looking for a way to set the minimum price based on the combination of offerings.
・Markdown %
・Markdown amount
・Markup %
・Markup amount
・Price override

 

If you know how to achieve this, please let me know.

 

Best regards.
Wataru

3 REPLIES 3

MalayanurKR
Mega Guru

Did we try to use pricing Extension points to achieve the same?

MalayanurKR
Mega Guru

Derived Pricing: Please explore derived pricing and derived pricing rules in SOM documentation.

kavyaMR_0-1770029448892.png

 

StephenR0086629
Tera Contributor

Yes, it’s possible to create rules that control visibility or behavior in ServiceNow, but it usually depends on what exactly you’re trying to manage. I’ve handled similar setups using UI Policies, Client Scripts, or even ACLs when access needed tighter control. The key is deciding whether you’re controlling field behavior, form layout, or actual data access.