Posts

Java

 List of Core Java topics: OOPs Collection Annotations Generics IO Streams Multi-threading Exception Handling Arrays String Manipulations ======================== https://takeuforward.org/strivers-a2z-dsa-course/strivers-a2z-dsa-course-sheet-2/

Salesforce Password reset from apex

  User usrrt3 = [SELECT Id FROM User WHERE username = 'siva@cloudycode.com.au'] ; System.setPassword(usrrt3.Id,'test@1234Ger') ;

Salesforce Data Cloud - Data Cloud Resources

 https://help.salesforce.com/s/articleView?id=sf.c360_a_dc_resources.htm&type=5

salesforce event monitoring

 https://www.fishofprey.com/2016/06/monitoring-your-salesforce-api-usage.html Salesforce event Monitoring : 

Messaging channels and Messaging for In-App and Web - Salesforce

Messaging channels and Messaging for In-App and Web -  Salesforce 1. For    Service Cloud   We will get by default.  The below link will give an object diagram : https://developer.salesforce.com/docs/service/messaging-object-model/guide/messaging_object_model.html 2. Digital Engagement for Sales Cloud -   Messaging for In-App and Web ( for this feature ) https://resources.docs.salesforce.com/latest/latest/en-us/sfdc/pdf/sales_core.pdf   page 596 3.   Messaging Object Model https://developer.salesforce.com/docs/service/messaging-object-model/guide/messaging_object_model.html Channel-Object Linking

How to know flow - process builder - work flow - More details about flows In salesforce

The below soql give more details about the flow  select id,ApiName,Label, RecordTriggerType, TriggerOrder,  TriggerObjectOrEventLabel,ProcessType  from FlowDefinitionView 

Troubleshooting Steps When Quick Action Does Not Appear - Button - Link | Salesforce Platform

1. Senarion: Object is the case, work order -> is feed tracking enabled  -> then the buttons became tabs -> if you dont like this , Need to disable feed on that object . 2. Scenario:   Is Thant quick action added in the Salesforce Mobile and Lightning Experience Actions. 3. Scenario: Need to check whether the record type Assignment at least one selected or not. If you have multiple record types.