Universal Containers wants to ensure that information in custom fields provided on original Quote Lines should also appear on Quote Lines for the Renewal Quotes.
How should the Admin set up this data flow?
A.
A custom formula field should look up through the SBQQ__Source__c Quote Line lookup to the original Quote Line.
B.
Renewal Quote Line values are automatically mapped from original Quote Lines.
C.
A Price Rule should be created to pull the value from the original Quote Line and populate the Renewal Quote Line.
D.
A twin field should be created on both the Asset and Subscription objects to bring back to Renewal Quote Lines.
Ensure that custom field data from original Quote Lines flows into Renewal Quote Lines.
Solution:
Use twin fields on the Asset and Subscription objects to store and transfer data. Twin fields are automatically mapped during renewal processes, ensuring data flows seamlessly.
Why Other Options Are Incorrect:
A: A formula field cannot persist data on Renewal Quotes.
B: Automatic mapping does not apply to custom fields without twin fields.
C: A Price Rule is unnecessary when twin fields handle this data flow.
Salesforce CPQ Reference:
Twin fields and their functionality are described in CPQ Subscription Management .
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit