Forum Replies Created

Page 2 of 24
  • Shweta

    Member
    December 16, 2020 at 3:18 pm in reply to: What is meant by lock contention in Salesforce?

    Lock contention is a situation in which one process tries to acquire a lock held by another process. Parallel processing enables faster loading of data but can cause lock contention on records. When we insert AccountTeam record, Account will be locked. When two AccountTeam records for the same account is getting processed in two different batches, we will face Lock Contention.

    • This reply was modified 3 years, 11 months ago by  Shweta.
  • Shweta

    Member
    December 16, 2020 at 3:16 pm in reply to: How do I lock record in approval process?

    You could set approval-process locks and unlocks only through the Salesforce user interface. Follow these steps to enable this feature:
    Go to Setup -> enter Process Automation Settings in the Quick Find box -> Select Process Automation Settings.
    Select Enable record locking and unlocking in Apex.

  • Shweta

    Member
    December 14, 2020 at 7:09 pm in reply to: How the deal is close in Salesforce?

    We can close the deal by following these steps:
    1. Click the Opportunities tab.
    2. Under Oportunity Name, click 10,000 Units to open the opportunity.
    3. Click Edit.Edit button highlighted on an opportunity for 10,000 units
    4. Update the opportunity as follows: Amount: 120,000, Close Date: Today
    5. Click Save.
    6. Using the sales path, click Closed and Select Closed Stage. Sales Path showing the closed and select closed stage buttons
    From the picklist, select Closed Won, and then click Save.

  • Shweta

    Member
    December 14, 2020 at 7:00 pm in reply to: how to call apex class in lightening

    You can call apex class in lightning by adding Controller attribute in <aura: component> tag.
    eg.: <aura: component controller="ApexClassName">

  • Shweta

    Member
    December 14, 2020 at 3:19 pm in reply to: how to call batch apex from trigger?

    We can call batch apex from the trigger by using this:
    BatchClassName batchObj = new BatchClassName();
    Database.executebatch(batchObj, 200);

  • Shweta

    Member
    December 9, 2020 at 4:31 pm in reply to: Can we call Visualforce page from lightning component?

    Yes, we can call the VF page from JS controller.

  • Shweta

    Member
    December 9, 2020 at 4:29 pm in reply to: What is the main purpose of CPQ in Salesforce?

    CPQ or Configure Price and Quote software is a tool widely used in the B2B industry designed to help companies quickly produce accurate and highly configurable quotes.
    main benefits of CPQ are:
    1. Automatization of handwork and repetitive tasks of sales reps
    2. Quick product configuration
    3. Better product management
    4. Support of many markets, languages, and channels

  • Shweta

    Member
    December 9, 2020 at 4:21 pm in reply to: What is Salesforce billing?

    Salesforce Billing is an add-on package that inherits key records and information from Salesforce CPQ. After a sales rep finalizes a quote and orders it within Salesforce CPQ, Salesforce Billing picks up the order record for invoicing, payment, and revenue recognition.

  • Shweta

    Member
    December 4, 2020 at 2:46 pm in reply to: What are the different workflow components available in Salesforce?

    Workflows consist of 5 components:
    1. Workflow rules 2. Workflow tasks 3. Workflow Email alerts 4. Workflow field updates 5. Workflow Outbound messages

  • Shweta

    Member
    December 4, 2020 at 2:39 pm in reply to: How does login flow works in Salesforce?

    A login flow directs users through a login process before they access your Salesforce org or community. You can use a login flow to control the business processes that your users follow when they log in to Salesforce. After Salesforce authenticates a user, the login flow directs the user through a process, such as enforcing strong authentication or collecting user information.

  • Shweta

    Member
    December 4, 2020 at 2:22 pm in reply to: How to set up outbound messages in Salesforce?

    Follow these steps to set up an outbound message:
    1. Go to Setup -> Enter Outbound in Quick find box -> Click Outbound messages.
    2. Click the 'New Outbound Message' button. Select the Object for which Outbound must be sent and click the 'Next' button.
    3. Enter the Endpoint URL generated in the PutsReq. PutsReq URL must be generated before you create the outbound message.
    4. Select the fields that must be sent in the outbound and click ‘Save’.

  • Shweta

    Member
    December 3, 2020 at 2:58 pm in reply to: How many active rules on an object is possible in Salesforce?

    Each object is limited to 50 active workflow rules.

  • Shweta

    Member
    December 3, 2020 at 2:56 pm in reply to: What is the number of maximum rules an object can have in Salesforce?

    You can create up to 300 sharing rules per object, including up to 50 criteria-based rules.

  • Shweta

    Member
    December 3, 2020 at 2:55 pm in reply to: What are the workflow components available in Salesforce?

    Workflow consists of these components:
    – Workflow Rules
    – Workflow Tasks
    – Workflow Email Alerts
    – Workflow Field Updates
    – Workflow Outbound Messages

  • Shweta

    Member
    December 2, 2020 at 4:14 pm in reply to: How do I access Einstein Analytics?

    1. From Setup, enter Einstein Data Insights in the Quick Find box. Under Einstein Data Insights, click Getting Started.
    2. Use the button to enable Einstein Data Insights:
    If the button is labeled Disabled, then Einstein Data Insights is not turned on.
    If the button is labeled Enabled, then Einstein Data Insights is already turned on. Go analyze some data!

  • Shweta

    Member
    December 2, 2020 at 4:13 pm in reply to: How do I open Einstein Analytics in Salesforce?

    To Start the Analytics Studio from App Launcher, find and open Analytics Studio.

  • Shweta

    Member
    December 2, 2020 at 4:11 pm in reply to: What is Salesforce Einstein Analytics?

    Salesforce Einstein Analytics, formerly known as Wave, is a cloud-based platform for connecting data from multiple sources, creating interactive views of that data, and sharing those views in apps.

  • Shweta

    Member
    December 1, 2020 at 2:43 pm in reply to: What is a salesforce lightning component?

    Lightning Component framework is a UI framework for developing web apps for mobile and desktop devices. It's a modern framework for building single-page applications with dynamic, responsive user interfaces for Lightning Platform apps. It uses JavaScript on the client side and Apex on the server side.

  • Shweta

    Member
    December 1, 2020 at 2:20 pm in reply to: Does salesforce have email marketing?

    Yes, We have email marketing in Salesforce

  • Shweta

    Member
    December 1, 2020 at 2:07 pm in reply to: What is Email studio in Salesforce?

    Email Studio is a very important part of the Salesforce Marketing Cloud, it is used to build and send personalized emails from basic newsletters to the most complex campaigns, deliver promotional, transactional, and triggered messages and also track and optimize to drive performance.

  • Shweta

    Member
    November 30, 2020 at 3:07 pm in reply to: What are stories in Einstein analytics in Salesforce?

    Stories is used to uncover the meaningful relationships among variables in an Einstein Analytics dataset. It can be created from any dataset and aim to answer a business question that you have defined.

  • Shweta

    Member
    November 30, 2020 at 2:58 pm in reply to: What is CDN in lightning component in Salesforce?

    CDN improve the load time of static content by storing cached versions in multiple geographic locations. This setting turns on CDN delivery for the static JavaScript and CSS in the Lightning Component framework. It also changes the source domain that serves the files.

  • Shweta

    Member
    November 30, 2020 at 2:51 pm in reply to: What is toggle in Analytics dashboards in Salesforce?

    A toggle widget allows dashboard viewers to filter the Analytics dashboard results based on a date or dimension. It requires a query that has a single grouping based on a dimension. The values of the grouping appear as the toggle options. For example, a toggle widget can show results based on a specific record type.

  • Shweta

    Member
    November 27, 2020 at 3:31 pm in reply to: Where to use AccountShare object in Salesforce?

    AccountShare allows you to determine which users and groups can view or edit Account records owned by other users. If you attempt to create an AccountShare record that matches an existing record, the request updates any modified fields and returns the existing record.

  • Shweta

    Member
    November 27, 2020 at 3:27 pm in reply to: Why do We Need Custom Settings?

    We need custom setting because it similar to Custom Objects that Salesforce Developer can use to store some sort of data at different levels like Organization, profile, and user level.And by using Custom Settings there is no Need of SOQL to retrieve the data.

Page 2 of 24