CWL
@cwl
Admin
Member
Joined: Aug 6, 2013
Last seen: Jul 15, 2024
Issues: 103 / Replies: 102
Reply
RE: Error deploying or retrieving source: vs code salesforce cli

I had to downgrade Salesforce CLI Integration extension in vs code from 56.5.1 to 55.8.0 and that solved the issue. To downgrade, click on extensio...

2 years ago
Forum
Reply
RE: How to append key value pairs in javascript object array

Check this out: How to push key and value into array in javascript - Stack Overflow Here is an example: In the first if, this is what I am getting...

2 years ago
Forum
Topic
Reply
RE: Case function example in salesforce formula with picklist

Case function syntax: CASE( [expression], [test value 1], [result 1], [test value 2], [result 2], ... [test value n], [result n], [defau...

2 years ago
Forum
Topic
Reply
RE: How to change list to hierarchy when adding field values in custom settings

If you have already created the fields and is trying to change from list to hierarchy, delete them, in setup go to schema settings and enable Manage l...

2 years ago
Forum
Reply
RE: How to use javascript qcp (quote calculator plugin) to do roll ups on quote line items in salesforce cpq

Check this out: Custom Package Total Calculation | Salesforce CPQ Developer Guide | Salesforce Developers If you need any specific code help, contac...

2 years ago
Forum
Reply
RE: rolling up values on quote line editor in salesforce cpq

Reference: Custom Package Total Calculation | Salesforce CPQ Developer Guide | Salesforce Developers Video 1: 2: Check out this sample code: ...

2 years ago
Forum
Reply
RE: how to get parent and grand parent in salesforce cpq price rules

You can use the SBQQ__RequiredBy__c field which is a look up field and use its relationship field SBQQ__RequiredBy__r. SBQQ__RequiredBy__c Links th...

2 years ago
Forum
Page 3 / 14