CWL
@cwl
Admin
Member
Joined: Aug 6, 2013
Last seen: Jan 22, 2025
Issues: 104 / Replies: 103
Topic
Reply
RE: SOQL to fetch Account Name, Opportunity Name along with SBQQ__Quote__c fields

SELECT Id, Name, SBQQ__Account__c,SBQQ__Account__r.Name,SBQQ__Opportunity2__r.Name, SBQQ__Status__c, SBQQ__Primary__c, CurrencyIsoCode, ...

2 years ago
Forum
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
Page 3 / 14