How to find number apex batch class in my org?
How to Find Number Apex Batch Class For Salesforce in Your Org? Please run below script in developer console anonymous or workbench anonymous window. You will receive email with csv file attachment. list<ApexClass> lstApex = [SELECT Id, NamespacePrefix, Name, ApiVersion, Status, IsValid,
Force.com integration related services
Leading Force.com Integration Service Provider - Salesforce Connect REST APISOAP APISalesforce ConnectApex Data LoaderBulk APIPlatform CacheExternal ObjectStreaming APIApex CalloutOutbound Messaging
How to retrieve & deploy new profile from one org to another org?
How to Retrieve & Deploy New Profile From One Org to Another Org? When you create custom profile in your development org – you may assigned lot of permission. When you try to deploy through Force.com Migration tool you need to
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
Key Capabilities of Service Cloud
Salesforce Service Cloud Capabilities - Customer Support Software Case Management (Automatic Assignment and Escalation)Open CTI (Softphone)Email to case managementLive Chat (Handle multiple chat)Communities (Customers and Partners)Public Website(Self Service)Social Channel (Engage customer)Service Analytics (Reports and dashboard)Entitlement and MilestoneKnowledge ManagementCommunication and CollaborationMobile device
Salesforce Certified Technical Architect New Path
Salesforce.com will be announcing new path for Certified Technical Architect program from Jan 2017. Please find below hierarchy to get salesforce CTA. Salesforce officially announced this path in Dreamforce 2016.
Salesforce Architect Domain Exam
Salesforce Technical Architect Exam - Customers Success Platform Salesforce.com released 9 domain architect exam as free at dreamforce 2016. please use below like for free e-book. https://www.inkling.com/store/salesforce-university/ Note: Salesforce going to stop Salesforce architect Multiple Choice exam from Jan 2017. If any one
Apex Interactive Debugger
Apex Interactive Debugger The Apex Interactive Debugger is a developer tool to debug our code step by step (like .net and java Breakpoint). You can see the real time variable result in Force.com IDE in Eclipse. It is generally available now. If
Retrive Profile/PermissionSet with object and field permission?
Retrive Profile / PermissionSet With Object And Field Permission? Profile Deployment – Right now small organization using ANT or Force.IDE tool for deployment. Many of them having issue to Objects and Fields level profile/PermissionSet permissions. Current Problem: When you pull profile alone