Skip to main content

Hi All,

We are seeing price discrepancies when we amend a discounted product and have a term that is not 12 months. I need a way to keep the net price consistent on amendments too. After a lot of research, looks like the root cause is the prorate multiplier.

One of the fixes was to create a price rule to update the default subscription term to be equal to the subscription term on the amendment .

I created a formula field Amendment Term = 

ROUND((SBQQ__Quote__r.SBQQ__EndDate__c - SBQQ__Quote__r.SBQQ__StartDate__c)/30,0)

Then using a price rule to insert the Amendment Term in the Default Subscription Term field and the price rule is working but the prorate multiplier is still not 1.

 

Attached screenshot

Thanks!

댓글 4개
  1. 2019년 8월 14일 오후 8:51

    Yes I have a few Custom Fields for this. I have some time tomorrow afternoon if you wish to connect.

    OH and before I forget...I could not have done this without some guidance from

    @Christopher Hickman!
0/9000