“Unexpected close tag” Exception in Splunk Dashboard
This error is due to usage of < or > symbols. Do not use < or > symbols. Use < and > instead. Example: rex field=_raw "errorCode: (?<error_code>d+)" The above ....
This error is due to usage of < or > symbols. Do not use < or > symbols. Use < and > instead. Example: rex field=_raw "errorCode: (?<error_code>d+)" The above ....
Use Roll up activities to a contact's primary account feature.Note:When an activity is associated to a contact, also display the activity under the primary account for the contact. We recommend ....
1. Install Java Development Kit 8 or later. 2. Download and Install Apache Maven.https://maven.apache.org/index.html 3. Download and Install Eclipse. 4. Use the following command to clone the sample CometD connector.git ....
1. Create Escalation rule. 2. Create a rule entry with Case Closed equals to false. 3. Create an Action to escalate at 120 hours i.e 5 days.
SharingTerritoryRule should be used to retrieve Territory Sharing Rules. package.xml:<?xml version="1.0" encoding="UTF-8"?><Package xmlns="http://soap.sforce.com/2006/04/metadata"> <types> <members>*</members> <name>SharingTerritoryRule</name> </types> <version>52.0</version></Package>
The Case, Lead and Social Post objects uses the Compact Feed. Other objects doesn't use Compact Feed.Please check the following article for reference.https://help.salesforce.com/apex/HTViewSolution?urlname=Chatter-feed-Like-options-are-different-with-thumbs-up-icon-on-posts-or-menu-with-Like-on-Chatter&language=en_USCase, Lead, and Social post objects are supported ....
If the Spell Check is not working in Salesforce Email Composer, use CTRL for Windows and CMD for MacOS along with right click operation. This is expected. Please check the ....
Note:This field is not available in KnowledgeArticle entity.https://help.salesforce.com/s/articleView?id=000332637&type=1 LastViewedDate is a date time field.To update this when SOQL retrieve the field, use FOR VIEW Clause.https://www.infallibletechie.com/2014/01/for-view-in-soql.html Sample SOQL:SELECT Name, CreatedDate, LastModifiedDate, LastViewedDate FROM ....
1. Create a Custom Report type with Account and it's related Feeds for example.2. Create a Report using the above Custom Report Type.
Your query request was running for too long[sf: QUERY_TIMEOUT]. Reason [QUERY_TIMEOUT: Your query request was running for too long.]If the query runs more than 2 mins(120 seconds), the query times ....