CWL
@cwl
Admin
Member
Joined: Aug 6, 2013
Last seen: Jul 15, 2024
Issues: 103 / Replies: 102
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 ...

2 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...

2 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 ...

2 years ago
Forum
Topic
Forum
Replies: 2
Views: 261
Reply
RE: Email quick action not showing in case object

Even if you have done everything as per this Create a Send Email Quick Action for Cases (salesforce.com) and you still not able to see the Email quick...

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