How to submit a ticket in salesforce

In Salesforce, click on the App Launcher icon in the upper left, and select an Account, Contacts, Leads, or Opportunities page. In your ticket view, double click on the ticket. The ticket window opens. Click the pencil icon () in the ticket fields to edit the ticket. Click Submit As to save changes. Here are … Read more

How to submit a salesforce case

Log in to Salesforce Help Click Contact Support. Click Create a Case on the “Create a Case” tile. Click Product or Technical Support or, if an Account Billing inquiry (not CPQ or Salesforce Billing Product Inquiry), click Billing. Fill in the required Case fields, then click Submit. Here are the new steps: Log in to … Read more

How to submit a case in salesforce

Here are the new steps: Log in to Salesforce Help Click Contact Support. Click Create a Case on the “Create a Case” tile. Click Product or Technical Support or, if an Account Billing inquiry (not CPQ or Salesforce Billing Product Inquiry),… Fill in the required Case fields, then click Submit. More … Here are the … Read more

How to study for the salesforce admin exam

Study the Best Trailhead Modules for the Salesforce Administrator Certification Exam. Trailhead is a great resource for building the foundation of your Salesforce skills. … Use Focus on Force to Study for the Salesforce Administrator Certification Exam. … Take the Official Salesforce Certification Administrator Prep Exam. If you’re ready to truly put your skills to … Read more

How to study for salesforce certification

How to study for a Salesforce Certification Exam Create a Study Group. – Attend your local user group and network to find other users who are interested in getting their own Certifications. Use your Salesforce.com resources. – Seems like a no-brainer right? … Set a test date. – Hold yourself accountable. If you don’t have … Read more

How to study for salesforce admin certification

Study the Best Trailhead Modules for the Salesforce Administrator Certification Exam. Trailhead is a great resource for building the foundation of your Salesforce skills. … Use Focus on Force to Study for the Salesforce Administrator Certification Exam. … Take the Official Salesforce Certification Administrator Prep Exam. If you’re ready to truly put your skills to … Read more

How to store json data in salesforce

String jsonString = ‘ {“Name”:”ABC”,”AccountNumber”:”1312321″}’; Account act = (Account) JSON.deserialize (jsonString, Account.class); System.debug (‘Account:’+act.Name); It works because JSON object’s each field label matches with Account object. Similarly if you’ve list of Accounts in your JSON then try like this: Full Answer What is the best way to store JSON? There are two available options:LOB storage … Read more

How to stop verification code in salesforce

How do I turn off verification code in Salesforce? Go to SETUP, and type ‘session settings’. + Scroll down to ‘Session Security Levels’ Select Two factor authentication from High Assurance. + Now click on Remove and then Click on save. More … How to Bypass Login Verification in Salesforce Navigate to the Setup Menu. In … Read more