Hi sir ,can Line item be ignored when amount is zero in CPQ quote template in salesforce , how to achieve this functionality by product rule or price rule
Can you please let me know whether the below formula is a vlaid one or not CASE( SBQQ__Quote__r.Partner_Type__c, "Gold", SBQQ__Quote__r.Festive_Offer__c, "Diwali", 0.01, "Gold", "Christmas", 0.15, "Gold", "New Year", 0.40, "Silver", "Diwali", 0.15, "Silver", "Christmas", 0.25, "Silver", "New Year", 0.50, "Bronze", "Diwali", 0.20, "Bronze", "Christmas", 0.35, "Bronze", "New Year", 0.60) I am not getting discount applied in quote line as expected!!
very good. thank you
Sir please make a video on conga composer for templates..it will helpful
Hi sir ,can Line item be ignored when amount is zero in CPQ quote template in salesforce , how to achieve this functionality by product rule or price rule
Can you please let me know whether the below formula is a vlaid one or not
CASE(
SBQQ__Quote__r.Partner_Type__c,
"Gold", SBQQ__Quote__r.Festive_Offer__c, "Diwali", 0.01,
"Gold", "Christmas", 0.15,
"Gold", "New Year", 0.40,
"Silver", "Diwali", 0.15,
"Silver", "Christmas", 0.25,
"Silver", "New Year", 0.50,
"Bronze", "Diwali", 0.20,
"Bronze", "Christmas", 0.35,
"Bronze", "New Year", 0.60)
I am not getting discount applied in quote line as expected!!