CWL
@cwl
Admin
Member
Joined: Aug 6, 2013
Last seen: Jul 15, 2024
Issues: 103 / Replies: 102
Reply
RE: how to dynamically display default search word in search box in lwc

Sample code - Html excerpt: <template> <lightning-card title="DD Summary" custom-icon="custom:icon13"> <div class="...

2 years ago
Forum
Reply
RE: Sample anonymous apex code to update a record

Example: SBQQ__QuoteLine__c myQL = [Select Id, Tier1Multiplier__c FROM SBQQ__QuoteLine__c WHERE Id = 'a1N9H0000001m97UAA']; myQL.Tier1Multiplier__c...

2 years ago
Forum
Topic
Forum
Replies: 2
Views: 321
Reply
RE: Formatting currency fields in LWC

Learn more here: lightning-formatted-number - documentation - Salesforce Lightning Component Library Here is an example: <td> <light...

2 years ago
Forum
Topic
Forum
Replies: 2
Views: 550
Reply
RE: Getting the error duplicate value found: duplicates value on record with id

Instead of trying to deploy a single js in your lwc through vscode, right click on force-app \ main \ default folder and do deploy source to org.

2 years ago
Forum
Reply
RE: What's the soql querry to fetch cpq quotes from opportunity?

SELECT Id, Name FROM SBQQ__Quote__c WHERE SBQQ__Opportunity2__r.Name = 'OppName' With bind variable it will be: SELECT Id, Name FROM SBQQ__Quote__c ...

2 years ago
Forum
Reply
RE: How to do auto indentation in Vs Code?

On Windows Shift + Alt + F On Mac Shift + Option + F Check out more here: How do you format code in Visual Studio Code (VSCode)? - Stack Overflow ...

2 years ago
Forum
Topic
Forum
Replies: 2
Views: 288
Reply
RE: How to handle roll up summary when you have exceeded the 40 max limit?

We needed 50 plus for a CPQ project. You could build a flow or a trigger. Even better yet, you could use this free open source code and get the job do...

2 years ago
Forum
Reply
RE: What are the various price fields in CPQ?

To keep track of how CPQ arrives at a final price for the customer (also known as Net Price), it uses a bunch of intermediary fields to represent spec...

2 years ago
Forum
Page 4 / 14