Forum Replies Created

Page 14 of 20
  • Aditya

    Member
    April 24, 2020 at 3:59 pm in reply to: What is Lead Nurturing in Salesforce?

    Lead nurturing is the process of by which we can maintain or develope the relationship with customer at every step

  • Aditya

    Member
    April 24, 2020 at 3:56 pm in reply to: What are the components of IoT in Salesforce?

    Hi,
    The Internet of Things (IoT) refers to physical objects vehicles, home appliances, wearables, and more that are connected to the internet so that they can transmit data online.

  • Aditya

    Member
    April 24, 2020 at 3:48 pm in reply to: What is List in SF marketing cloud?

    Hi,
    Subscriber Lists. A Subscriber List is a collection of Subscribers who opted-in to receive email communication from Marketing Cloud.Subscriber Lists always store the email address and subscriber status for each subscriber in the list.

  • Aditya

    Member
    April 23, 2020 at 4:15 pm in reply to: Does apex Support Angular Js ?

    Hi Kiran,
    Yes, Apex support Angular Js

  • Aditya

    Member
    April 23, 2020 at 4:14 pm in reply to: How to create fake response in test class in Salesforce?

    We can create fake response by creating a mock class

  • Aditya

    Member
    April 23, 2020 at 4:13 pm in reply to: What is mock test class in Salesforce?

    Provide an implementation for the HttpCalloutMock interface to specify the response sent in the respond method, which the Apex runtime calls to send a response for a callout.
    global class YourHttpCalloutMockImpl implements HttpCalloutMock {
    global HTTPResponse respond(HTTPRequest req) {
    // Create a fake response.
    // Set response values, and
    // return response.
    }
    }

  • Aditya

    Member
    April 22, 2020 at 3:29 pm in reply to: What are the methods used in HTTP callouts in Salesforce?

    Hi,
    HTTP Method :
    GET: Retrieve data identified by a URL.
    POST: Create a resource or post data to the server.
    DELETE: Delete a resource identified by a URL.
    PUT: Create or replace the resource sent in the request body.

  • Aditya

    Member
    April 22, 2020 at 3:25 pm in reply to: What are the resources of Salesforce?

    Hi,
    There is static resource in salesforce which help to upload the files like js, image, style sheet etc

  • Hi,
    Start an Automation Studio Activity.
    Send Email Activity.
    SQL Query Activity.
    Import File Activity.
    File Transfer Activity.
    Script Activity.
    Filter Activity.

  • Aditya

    Member
    April 21, 2020 at 1:34 pm in reply to: When does a field is indexed in Salesforce?

    Hi,
    When a field is indexed, its values are stored in a more efficient data structure. This takes up more space but improves performance when at least two filters with indexed fields are used in a query. Fields that are indexed by default include: Primary keys: Id, Name, Owner, Email (contacts, leads)

  • Aditya

    Member
    April 21, 2020 at 1:33 pm in reply to: What is meant by joined report in Salesforce?

    Hi,
    A joined report can contain data from multiple standard or custom report types. You can add report types to a joined report if they have relationships with the same object or objects. ... A joined report consists of up to five report blocks , which you add to the report to create multiple views of your data.

  • Aditya

    Member
    April 21, 2020 at 1:28 pm in reply to: What are the Salesforce subsidiaries?

    Hi,
    I think keeping accounts as parents even though they don't have related contacts is not a bad practice at all and it's just the way employees are related to the account and your definition of it. Parent account can even be just a container for grouping multiple entities together and storing general address and contact information while subsidiaries itself would save information about contacts and their relation with the company.

  • Aditya

    Member
    April 20, 2020 at 4:33 pm in reply to: What is the role of Static Resource in Salesforce ?

    Hi,
    Static resources allow you to upload content that you can reference in a Visualforce page. Resources can be archives (such as . ... Static resources are referenced using the $Resource global variable, which can be used directly by Visualforce, or used as a parameter to functions such as URLFOR() .

  • Hi,
    Rendered is used to show and hide the VF pages, rerender is used to refresh the page, renderaspdf is used to convert the Vf page in pdf form

  • Aditya

    Member
    April 20, 2020 at 4:28 pm in reply to: How can we convert Master-Detail field to Lookup field?

    Hi,
    Converting Relationships You can convert a master-detail relationship to a lookup relationship as long as no roll-up summary fields exist on the master object.

  • Hi,
    Attachment field allows users to be able to attach notes and attachments to custom object records. This allows you to attach external documents to any object record, in much the same way that you can add a PDF or photo as an attachment to an email. This option is only available when you are creating a new object

  • Aditya

    Member
    April 17, 2020 at 3:48 pm in reply to: What are RecordTypes in Salesforce?

    Hi,
    Record type provide different type of layout which is choosed according to bussiness requirment. It provides different picklist value , different lookup.

  • Aditya

    Member
    April 17, 2020 at 3:45 pm in reply to: What are the advantage of using custom settings in Salesforce?

    Hi,
    Custom setting salesforce is used for the authentication purpose. It provide various permission.

  • Aditya

    Member
    April 16, 2020 at 3:15 pm in reply to: How is trigger is different from workflow in Salesforce?

    Workflow is automated process that fired an action based on Evaluation criteria and rule criteria. We can access a workflow across the object. Trigger is a piece of code that executes before or after a record is inserted or updated.

  • hi,
    From single order synced manually per request to multiple orders ... Shopiforce is a full-fledged tool to sync your store order data with Salesforce objects. ... Manage orders you want to sync with Salesforce; Send order data as you sleep ... Products, and orders to Salesforce CRM which will help them to track .

  • Aditya

    Member
    April 16, 2020 at 3:13 pm in reply to: What is benifit of Salesforce CRM?

    Hi,
    The CRM Sales Cloud Salesforce can be an excellent option to improve the commercial area and lead your company sales levels and productivity never achieved, all thanks to its wide functionality including: Managing business opportunities, sales collaboration, lead management, sales projections, e-mail tracking and many more.

  • Aditya

    Member
    April 15, 2020 at 5:34 pm in reply to: What is Business Account in salesforce?

    Hi,
    Accounts. Use accounts to store information about customers or individuals you do business with. There are two types of accounts. Business accounts store information about companies. Person accounts store information about individual people

  • Hi,
    The maximum duration for debug log that we can set is 24 hours

  • Aditya

    Member
    April 15, 2020 at 5:30 pm in reply to: what is events in salesforce lightning ?
    1. Lightning events have occurred when controller.js actions function interacting with the UI . The communication between components are handled by events. There are two types of custom events in the Lightning Framework: Component Events
  • Aditya

    Member
    April 14, 2020 at 3:57 pm in reply to: Can we schedule a dynamic dashboard in Salesforce?

    Hi,
    An organization can have up to 5 Enterprise Edition, 10 for Unlimited and Performance Edition, and 3 for Developer Edition. You can't save dynamic dashboards to personal folders. You can't schedule refreshes for dynamic dashboards. They must be refreshed manually.

Page 14 of 20