Forum Replies Created

Page 3 of 19
  • Anuj

    Member
    September 24, 2020 at 1:31 pm in reply to: For which objects we can create a queue in Salesforce?

    Cases, Leads, Orders, Custom Objects can be assigned to Queue.

  • Anuj

    Member
    September 24, 2020 at 1:30 pm in reply to: What is the difference between queues and groups in Salesforce?

    Public Group is kind of team or group of related users, this will help to share the data. Queues are typically used when you want to assign a record to a bunch of users. ... Queue can be created for Custom objects and for Case, Lead and Knowledge Article Version. Public group created can be used across any objects

  • Anuj

    Member
    September 24, 2020 at 1:29 pm in reply to: How to create a tab for VisualForce page in Salesforce?
    1. From Setup, enter Tabs in the Quick Find box, then select Tabs.
    2. Click New in the Visualforce Tabs related list.
    3. Select the Visualforce page to display in the custom tab.
    4. Enter a label to display on the tab.
    5. Click the Tab Style lookup icon to display the Tab Style Selector.
  • Anuj

    Member
    September 23, 2020 at 1:53 pm in reply to: Who uses Salesforce Marketing Cloud?

    Companies uses Marketing cloud.
    salesforce Marketing Cloud is a customer relationship management (CRM) platform for marketers that allows them to create and manage marketing relationships and campaigns with customers.

  • Anuj

    Member
    September 23, 2020 at 1:51 pm in reply to: When to use WebServiceMock Interface in Salesforce ?

    When you create an Apex class from a WSDL, the methods in the auto-generated class call <samp>WebServiceCallout.invoke</samp>, which performs the callout to the external service. When testing these methods, you can instruct the Apex runtime to generate a fake response whenever <samp>WebServiceCallout.invoke</samp> is called. To do so, implement the <samp>WebServiceMock</samp>interface and specify a fake response for the Apex runtime to send. Here are the steps in more detail.
    First, implement the <samp>WebServiceMock</samp> interface and specify the fake response in the <samp>doInvoke</samp> method.

  • Anuj

    Member
    September 23, 2020 at 1:49 pm in reply to: What are the methods of WebServiceMock in Salesforce ?

    The following are methods for <samp>WebServiceMock</samp>.

  • Anuj

    Member
    September 22, 2020 at 2:06 pm in reply to: For which objects we can create a queue in Salesforce?

    You can create Queue for the following objects Case, lead, Knowledge article version, Service contract and custom object.

  • Anuj

    Member
    September 22, 2020 at 2:04 pm in reply to: What is the use of queue email in Salesforce?

    Prioritize, distribute, and assign records to teams who share workloads. Access queues from list views. Queue members can jump in to take ownership of any record in aqueue. They're available for cases, contact requests, leads, orders, custom objects, service contracts, and knowledge article versions.

  • Anuj

    Member
    September 22, 2020 at 2:03 pm in reply to: How do I assign a record to a queue in Salesforce?
    1. From Setup, enter <kbd>Queues</kbd> in the <samp>Quick Find</samp> box, then select Queues.
    2. Click New.
    3. Enter a label and queue name. The label is the name of the list view that users work from.
    4. Choose whom to notify when new records are added to the queue.
    5. If your org uses divisions, select the queue’s default division. Cases inherit the division of the contact they’re related to, but when a case doesn’t have a contact, it’s assigned to the default global division.
    6. Add which objects to include in the queue.
    7. Add queue members. Members can be individuals, roles, public groups, territories, connections, or partner users.Depending on your sharing settings, only queue members and users above them in the role hierarchy can take ownership of records in the queue.
    8. Save the queue.
    9. If you want, set up assignment rules for your lead or case queues so that records that meet certain criteria are automatically added to a queue.
  • Contact Builder provides several tools used to manage contact data for use in building 1:1 relationships: ... Imports - Create the processes that move contactinformation into your data extensions. Data Sources - Visualize where your contact data originates and assign attributes to those sources.

  • Anuj

    Member
    September 21, 2020 at 3:34 pm in reply to: What is predictive intelligence and analysis in Salesforce?

    Predictive Intelligence is a method of delivering experiences unique to each individual. It enables marketers to observe customer behavior, and with every action taken, build a profile of customer preferences.

  • Anuj

    Member
    September 21, 2020 at 3:33 pm in reply to: What is data designer in Salesforce Marketing Cloud?

    The Data Designer tool in Contact Builder defines, organizes, and relates information to contacts within your account. All contact information resides on subscriber lists anddata extensions contained in Marketing Cloud account.

  • Anuj

    Member
    September 18, 2020 at 1:01 pm in reply to: How to call vf page inside a vf page on button click in Salesforce?

    Hi Anjali,
    you can refer the below link:
    https://developer.salesforce.com/forums/?id=9060G000000Bfb0QAC

  • Anuj

    Member
    September 18, 2020 at 12:58 pm in reply to: How do Salesforce connect to marketing cloud ?

    Log into Marketing cloud => Navigate to email studio => Click on Email App=> click Admin tab=> click Salesforce Integration=> click Connect Account. Contact Marketing Cloud Support to enable and upgrade the Connected App button under the Salesforce Integration for secure data transfer between systems.

  • Anuj

    Member
    September 18, 2020 at 12:55 pm in reply to: How can we automatically add components to managed package in Salesforce?

    When adding components to your first-generation managed package, related components are automatically added. For example, if you add a Visualforce page to a package that references a custom controller, that Apex class is also added.

  • Anuj

    Member
    September 17, 2020 at 12:50 pm in reply to: How do I create a solution in Salesforce lightning?

    1. From Setup, enter Lightning Bolt Solutions in the Quick Find box, and select Lightning Bolt Solutions.
    2. On the Details and Branding page, enter information about your solution. For example, enter your company and solution names, and list the solution’s key features. Click Next.
    3. On the Solution Highlights page, add any combination of community templates, flow categories, and custom apps. Click Next.
    4. Review the Summary page, and click Finish.
    The new Lightning Bolt Solutions is now ready for distribution.

  • Anuj

    Member
    September 17, 2020 at 12:47 pm in reply to: What can be modified on standard object fields in Salesforce?

    1. Click setup
    2. Under App Setup on the left side-bar, expand customize (Note: for custom objects, expand create instead and click Objects to view a list)
    3. Expand the standard object you would like to edit the standard field for Click Fields
    4. If the field can be edited, in the standard field list, there will be an edit button on the left
    5. Click edit

  • Anuj

    Member
    September 17, 2020 at 12:44 pm in reply to: How we can use aura:method to call child JS Controller in Salesforce?

    <aura:method> enables you to directly call a method in a component’s client-side controller instead of firing and handling a component event. Using <aura:method> simplifies the code needed for a parent component to call a method on a child component that it contains.
    e.g , how to define parameters in aura:method.
    <aura:method name="sampleMethod" action="{!c.doAction}"
    description="Sample method with parameters">
    <aura:attribute name="param1" type="String" default="parameter 1"/>
    <aura:attribute name="param2" type="Object" />
    </aura:method>

  • Anuj

    Member
    September 16, 2020 at 1:55 pm in reply to: What are the benefits of the Lightning Console in Salesforce Service Cloud?

    5 Quick Benefits Salesforce Lightning Console Has for Customer Service Agents.
    1. Work with Many Records Simultaneously.
    2. View Most Recently Used Tabs and Bookmarks.
    3. Resize Pinned Lists to See More Information.
    4. Navigate More Quickly Using Keyboard Shortcuts.
    5. Component Rearrangement and Customization.

  • Anuj

    Member
    September 16, 2020 at 1:49 pm in reply to: How to delete debug logs in bulk in Salesforce?

    Tooling API Mass Debug Logs Deletion Steps
    1. Open the Developer Console
    2. Select the Query Editor tab near the bottom of the console page
    3. Select the Use Tooling API check box.
    4. Execute the query 'select id from apexlog'
    5. Query Results will list available rows to be deleted6. Use the keys Shift and Arrow Down together to select all rows for deletion
    7. Click Delete Row.

  • Anuj

    Member
    September 16, 2020 at 1:36 pm in reply to: How to use containsIgnoreCase in mock class in Salesforce?

    The containsIgnoreCase() function takes string or searchString as arguments. It returns True if the string contains the searchString. Otherwise, it returns False.
    For e.g
    String s = 'hello';
    Boolean b = s.containsIgnoreCase('HE');
    System.assertEquals(true,b);

  • Hi ,
    you can follow the steps given in the below link:
    https://www.salesforceben.com/way-to-delete-apex-classes-from-production/

  • Hi,
    you can use Ant migration tool , workbench and Force.com IDE to delete classes and trigger from Production Org.

  • Anuj

    Member
    September 14, 2020 at 1:06 pm in reply to: How to clear the Time based workflow action queue in salesforce?

    Two ways to achieve this:1. Make criteria false for all those records.2. Navigate to Set up -> Monitoring -> Time Based Workflow, search for scheduled actions and remove from queue.

  • Anuj

    Member
    September 14, 2020 at 1:04 pm in reply to: How to deactivate trigger in production in salesforce?
Page 3 of 19