Hi All,
Can anyone suggest how to find the current quote line's parent line item before saving the Quote?
Tried to utilise the SBQQ__RequiredBy__c field, but we cannot use it as we know the field would be populated only after save.
So please post your suggestions on this.
Thanks,@Manikanta Potnuru for explaining the issue over a Google Meet. The issue has been resolved.
Here are the details for whoever faces this issue in the future-
Issue: Traspiled Code for the QCP was NOT getting refreshed even if the QCP code in the Custom Script record is updated.
Steps to Resolution:
1. DELETE the Custom Script Record
2. REMOVE the Custom Script Record Name from the CPQ Package Settings -> Plugins Tab
3. Execute the CPQ Scripts from CPQ Package Settings -> Additional Settings Tab
4. CREATE a NEW Custom Script Record - this refreshes the Transpiled Code.
@Manikanta Potnuru - Please mark off the Best Answer so that it helps others facing a similar issue.