Question
TRUE NPS Field
Can we please have this field added to the Saleforece NPSSurvey Response for Survey 1.0 and the MDA object for Survey 2.0?
This will help us create AVG NPS reflect the true NPS across all the records.
Field name: anything
type: formula
content:
IF(JBCXM__NPSScore__c<=6,-100,IF(JBCXM__NPSScore__c>=9,100,0))
This will help us create AVG NPS reflect the true NPS across all the records.
Field name: anything
type: formula
content:
IF(JBCXM__NPSScore__c<=6,-100,IF(JBCXM__NPSScore__c>=9,100,0))