Last seen: Jul 15, 2024
List <Data__c> dList = [SELECT Id, Name FROM Data__c WHERE Name = 'John']; String jsonStr = JSON.serialize(dList); System.Debug('jsonStr: ' ...
String str = 'anything in a string'; System.Debug(str.replace('a','$').replace('i', '@'));
1. Right click on the web page which you want the cookie deleted. 2. Click >> to expand the tabs on top and select Application. 3. Select Co...
If you experience slow response from Salesforce CLI, it could be because your computer might be low on memory. You could try issuing some cli commands...
Actually it could be because of not including the bucket name in the URL and it might have been given as Try the url as:/p> You shoud get 200 Stat...
Once you have created your project with manifest in VS Code, Authorized your org in Visual studio code and set it as the default org, then if you have...
AND(AND($Profile.Name <> 'System Administrator',$Profile.Name <> 'Some Other Profile'),Text(PRIORVALUE(StageName)) = 'Closed Won' )
Instead of left clicking on the Developer Console link, right click on it instead and select Open in new Tab. Hope this helps.