Type of external salesforce connect
Ways to Connect External System Using Salesforce Connect in Apex Salesforce supports 3 way to connect external system using Salesforce Connect oData 2.0 or oData 4.0Cross Org AdapterCustom Adapter using Apex Connector Framework oData 2.0 or oData 4.0: oData is Open Data Protocol. REST
External Object vs Custom Objects
Difference Between Salesforce External Objects & Custom Objects Here is quick look
Truncate sObject records in Salesforce
Truncate sObject Record Using REST API in Salesforce Platform Many developer’s are trying to delete whole sObject records using SOQL query like SQL “Truncate table” but salesforce force.com platform doesn’t support that. Truncate “Table/sObject” means logically equivalent to the Delete [Select Id
Full Sandbox Refresh Strategy for more than 100GB Storage Customers
We recently started facing full sandbox refresh delay more than 3 days(Pending In Queue status) since there are many other customer started full sandbox refresh ahead who has more that 100GB storage. According to Salesforce Support Team – There 2 queue
How to monitor API Usage?
Monitor API Usage Data Using Salesforce API Usage There are 3 way you can analysis the API Usage Last 24 hours usageNotification for API UsageAPI Usage Report Last 24 hours usage: Goto setup -> search “System Overview” in the QuickFind text box –> Click
Salesforce Session ID Validity
Salesforce will maintain session id for 120 min / 2 hours. If you want to rest the session you can make salesforce call with your user name and password. The new session will will begin from zero min for example
How to sync production license to sandbox?
How to Sync Production Licenses With Your Sandbox in Salesforce? When you are purchasing any additional salesforce licenses like Apex Interactive Debugger, Feature License – first enabled in production org based on your special request same license will be enabled to
How to Freeze or UnFreeze all user in salesforce org?
How to Freeze or UnFreeze All User in Salesforce Org? - Sahish Sfdc Many situation client want to go for maintenance mode when do the major Production deployment or upgrade project deployment, Salesforce has “freeze” option on the user record level. When you click “Freeze” button
How to deploy Report Type Custom Picklist Field Value to another org?
Deploy Report Type Custom Picklist Field Value to Another Org? When you deploy report type from one org to another org(sandbox to sandbox OR sandbox to production) – we may see report type picklist field values are not migrated through deployment. Sandbox
How to use DateTime in Dynamic SOQL Query Where Condition?
How to Use Datetime in Dynamic SOQL Query in where Condition? There are many place we use DateTime in Where condition. There are many people having trouble to use developer console or dynamic SOQL query to pull data based on DateTime