CWL
@cwl
Admin
Member
Joined: Aug 6, 2013
Last seen: Jan 22, 2025
Issues: 104 / Replies: 103
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
Topic
Forum
Replies: 2
Views: 166
Reply
RE: Use date fields in where clause in soql

Date time is in yyyy-mm-dd and UTC time format. Example: SELECT Id, CreatedDate FROM Sales_Order__c WHERE CreatedDate < 2013-05-21T00:00:00Z Re...

2 years ago
Forum
Topic
Forum
Replies: 2
Views: 217
Reply
RE: Change the Total field on quote line editor in CPQ

To do that, update the Salesforce Package Settings as below:Setup> Installed Packages > Salesforce CPQ > Configure > Under Line Editor tab...

2 years ago
Forum
Topic
Reply
RE: change images for life event types

Type Icons in settings and upload a new image. Read more here:

2 years ago
Forum
Topic
Forum
Replies: 2
Views: 182
Reply
RE: Extract data by date in dataloader

You can use the query in the dataloader with date value in the where clause as below. Note the following UTC date stands for 1st April 2022. Select ...

3 years ago
Forum
Topic
Forum
Replies: 2
Views: 150
Reply
RE: How to connect to Salesforce from external app without session resetting access token every time

You shouldn't use access token all the time. Use it first time to establish the connection and then use refresh-token from then on. Refresh token will...

3 years ago
Forum
Reply
RE: How to reset case number to start again at 0 or 1

Yes you can. Here are the steps: Log into your Salesforce Org Switch to classic Click setup Type case in the quick find box Under case, click ...

3 years ago
Forum
Topic
Forum
Replies: 2
Views: 261
Page 5 / 14