171k views
4 votes
Universal Containers has a block priced product, Cloud Contacts, and wants to apply a 10% premium to the product when the payment frequency is annual. Based on the Price Actions below, what is the correct Order for the actions?

a. SBQQ__CustomerPrice__c = SBQQ__RegularPrice__c * (1 – SBQQ__ Discount_c) - 2 - 2


b. SBQQ__NetPrice__c = SBQQ__PartnerPrice__c * (1 – SBQQ__ DistributorDiscount_c) Choice 2 - 4


c. SBQQ__PartnerPrice__c = CustomerPrice__c * (1 – SBQQ__ PartnerDiscount_c) - 3


d. SBQQ__RegularPrice__c = SBQQ__ListPrice__C * 1.1 - 1

User Sdooo
by
3.3k points

1 Answer

1 vote

Answer:

d. SBQQ__RegularPrice__c = SBQQ__ListPrice__C * 1.1

a. SBQQ__CustomerPrice__c = SBQQ__RegularPrice__c * (1 - SBQQ__ Discount_c)

c. SBQQ__PartnerPrice__c = CustomerPrice__c * (1 - SBQQ__ PartnerDiscount_c)

b. SBQQ__NetPrice__c = SBQQ__PartnerPrice__c * (1 - SBQQ__ DistributorDiscount_c)

Step-by-step explanation:

For 10% premium to be applied on a block price product, an action in a correct order should be taken. The order is as follows;

d. SBQQ__RegularPrice__c = SBQQ__ListPrice__C * 1.1

a. SBQQ__CustomerPrice__c = SBQQ__RegularPrice__c * (1 - SBQQ__ Discount_c)

c. SBQQ__PartnerPrice__c = CustomerPrice__c * (1 - SBQQ__ PartnerDiscount_c)

b. SBQQ__NetPrice__c = SBQQ__PartnerPrice__c * (1 - SBQQ__ DistributorDiscount_c)

User Elron
by
3.2k points