Forum Replies Created

Page 4 of 24
  • Deepak

    Member
    October 14, 2020 at 8:14 am in reply to: What is the use of Remote Site Setting in Salesforce?

    Remote site settings allows you to access external website resources from a Salesforce application for your organization. Other than that you can access external websites through Visualforce pages, Apex Callout, and via XmlHttpRequest calls.

  • Deepak

    Member
    October 13, 2020 at 5:05 pm in reply to: How do I create an activity in Salesforce lightning?

    To create activity :
    From Setup,
    1. Enter Actions in the Quick Find box.
    2. Select Global Actions | New Action.
    3. From Setup, in the Object Manager tab,
    a. select an object,
    b. select Buttons, Links, and Actions | New Action

  • Deepak

    Member
    October 13, 2020 at 4:59 pm in reply to: What is log a call in Salesforce lightning?

    Log a Call button creates a completed task or activity record for your Users to document communications.

  • Deepak

    Member
    October 13, 2020 at 4:58 pm in reply to: Why employee engagement is important in Salesforce?

    Engaged employees are often happier than disengaged staff, but they can also help your company see approximately 5 times more revenue than companies with disengaged workers.

  • Deepak

    Member
    October 13, 2020 at 1:03 pm in reply to: How do I navigate to another page in LWC?

    To navigate to a another page , use the lightning-navigation service wire adapters and functions.

  • Deepak

    Member
    October 13, 2020 at 12:58 pm in reply to: What is sforce1 in salesforce?

    sforce.one provides version-specific behavior, and you can use a specific version of sforce.one in your apps.

  • Deepak

    Member
    October 13, 2020 at 11:48 am in reply to: What is ClickDeploy?

    ClickDeploy is an amazing tool that allows you to quickly create change sets for deployment. The biggest features for me is being able to copy, clone & reuse change sets and being able to find newly created fields extremely quickly.

  • Deepak

    Member
    October 9, 2020 at 5:10 pm in reply to: how it is able to access "Contact.Owner.email" ??

    You can try query Contact.Owner.Email in your query editor.

  • Deepak

    Member
    October 9, 2020 at 5:04 pm in reply to: What is ClickDeploy in Salesforce?

    ClickDeploy is an amazing tool that allows you to quickly create change sets for deployment. The biggest features for me is being able to copy change sets and being able to find newly created fields extremely quickly, both of which Salesforce lacks.

  • Deepak

    Member
    October 9, 2020 at 2:13 pm in reply to: How can we Validate Changeset in Salesforce ?

    Follow the following steps to Validate a Change Set:
    1. From Setup, enter Inbound Change Sets in the Quick Find box, then select Inbound Change Sets.
    2. Click Validate next to the change set you want to validate. To review the change set before validating it, click the name of the change set to view its detail page.
    3. After the validation completes, click View Results.

  • Deepak

    Member
    October 8, 2020 at 5:07 pm in reply to: What are the reasons that can cause data loss in Salesforce?

    Accidental deletion can occur when a user intentionally deletes one or more records.
    Bad code can make incorrect changes to many records.
    Data import gone wrong will have a far reaching impact.
    SOQL mistake can happen in an instant.

  • Deepak

    Member
    October 8, 2020 at 4:56 pm in reply to: How do I resolve this error 'System.JSONException' in Salesforce?

    Try this:
    String jsonInput = '{"email":"[email protected]","LastName":"ABCD","FirstName":"ACFPY","Suffix":"","Title":"Engineer","Psw":"","PhoneCode":"","Phone":"100-000-000"}';

  • Deepak

    Member
    October 8, 2020 at 4:50 pm in reply to: How to use Ant API for salesforce?

    Enter credentials and connection information for source Salesforce organization in build.properties
    Create retrieve targets in build.xml
    Construct a project manifest in package.xml
    Run the Ant Migration Tool to retrieve metadata files from Salesforce
    Enter credentials and connection information for destination Salesforce organization in build.properties
    Run the Ant Migration Tool to deploy metadata files or deletions to Salesforce

  • It shows maximum access a user has over the account record.

  • You can find in merge field picker.

  • Deepak

    Member
    October 7, 2020 at 1:53 pm in reply to: How many approval processes can be active in one org?
    • Limit of Approval processes that can be active in one org is 1000.
  • Deepak

    Member
    October 6, 2020 at 3:29 pm in reply to: Why are Visualforce pages served from a different domain?

    Due to security reasons and protect from attackers who might cross sight script.

  • Deepak

    Member
    October 6, 2020 at 3:26 pm in reply to: How do I display an image in a VF page?

    You can use <apex:image> to display image in VisualForce page.

  • Deepak

    Member
    October 6, 2020 at 3:24 pm in reply to: How do I enable Enable Field History Tracking in Salesforce?

    You can Enable Field History Tracking
    1. From Setup, click Object Manager and select Account.
    2. Select Fields & Relationships, and click Set History Tracking.
    3. Select Enable Account History, then select these two fields to track:
    a. Has Support Plan.
    b. Support Plan Expiration Date.
    4. Click Save.

  • Deepak

    Member
    October 5, 2020 at 6:51 am in reply to: When to Use Chatter REST API in Salesforce?

    Use Chatter REST API to build a mobile app, Integrate a third-party web application with Salesforce so it can notify groups of users about events. Display a feed on an external system, such as an intranet site, after users are authenticated.

  • Deepak

    Member
    October 5, 2020 at 6:50 am in reply to: When to Use Streaming API in Salesforce?

    Use Streaming API to keep your external source in sync with your Salesforce data with PushTopic events and Change Data Capture events.Streaming API lets you process business logic in an external system in response to data changes in Salesforce.

  • Deepak

    Member
    October 5, 2020 at 6:49 am in reply to: When to Use Tooling API in Salesforce?

    Tooling API exposes metadata used in developer tooling that you can access through REST or SOAP.

  • Deepak

    Member
    October 1, 2020 at 2:29 pm in reply to: What is ALM process in Salesforce?

    On the Salesforce Developers website,ALM defines the process of managing an app's development, from design to final release. ALM also establishes a framework for making app bug fixes and feature enhancements over time.

  • Deepak

    Member
    October 1, 2020 at 8:57 am in reply to: How do I monitor the different types of jobs in Salesforce?

    You can monitor the status of all jobs in the Salesforce user interface. From Setup, enter Jobs in the Quick Find box, then select Apex Jobs. The Apex Jobs page shows all asynchronous Apex jobs with information about each job's execution.

  • Deepak

    Member
    October 1, 2020 at 8:54 am in reply to: How to change the API version of Lightning component in Salesforce?

    You can change the component's api version to current version in the Salseforce developer console.

Page 4 of 24