Forum Replies Created

Page 22 of 26
  • The correct tool is to use Process Builder.

  • PricebookEntry object is a product entry in a pricebook. This object allows products to be linked to standard price book or custom price book. One price book entry can only appear in one pricebook. One price book entry can be used in multiple line items.

  • Standard price book entries are the default (standard) prices for the products and services in the standard price book. When you create a product record, Salesforce creates a standard price book entry. Custom price book entries are the custom (list) prices for the products and services in your custom price books.

  • Anjali

    Member
    March 19, 2020 at 12:09 pm in reply to: What are Smart Search Items in Salesforce?

    Smart Search Items adds a dynamic list of the user's recently accessed objects to the Salesforce mobile app navigation menu. In the Salesforce mobile app for iOS and the Salesforce mobile app for Android, up to 10 recent items appear in the navigation menu of the Mobile Only app.

  • Anjali

    Member
    March 19, 2020 at 12:08 pm in reply to: What is SSO in Salesforce?

    Single sign-on (SSO) lets users access authorized network resources with one login. You validate usernames and passwords against your corporate user database or other client app rather than Salesforce managing separate passwords for each resource.

  • Anjali

    Member
    March 18, 2020 at 1:30 pm in reply to: What is flow builder in Salesforce?

    The toolbox contains the elements and resources you use to build your flow. From the Elements tab, add new elements, like Screen and Create Records, to your flow. From the Manager tab, create resources, such as variables, stages, and choices, to use in your flow.

  • Anjali

    Member
    March 18, 2020 at 1:27 pm in reply to: What is the abbreviate(maxWidth, offset) in Salesforce?

    Abbreviate(maxWidth, offset)
    Returns an abbreviated version of the String, starting at the specified character offset and of the specified length.

  • Anjali

    Member
    March 17, 2020 at 4:15 pm in reply to: What are some apex best practices in Salesforce?

    Please refer the link to get to know about the apex coding Best Practice-
    https://developer.salesforce.com/page/Apex_Code_Best_Practices

  • Anjali

    Member
    March 17, 2020 at 4:11 pm in reply to: What is Undelete in Salesforce?

    Since a delete call cascade-deletes child records, an undelete call will undelete the cascade-deleted records.

  • Anjali

    Member
    March 16, 2020 at 2:09 pm in reply to: what is the use of accesskey attribute in salesforce?

    AccessKey attribute is a string type.The keyboard access key that puts the command button in focus.

  • Anjali

    Member
    March 16, 2020 at 2:04 pm in reply to: When to use the Apex Trigger in Salesforce?

    Apex triggers enable you to perform custom actions before or after changes to Salesforce records, such as insertions, updates, or deletions.

  • Anjali

    Member
    March 16, 2020 at 2:01 pm in reply to: What is the used of flows in Salesforce?

    Flow is a powerful business automation tool that can manipulate data in Salesforce in a variety of ways. Such application can be created right from the org's setup with just drag-drop/point-click. The ease of creating flows makes it the number one go-to tool when it comes to complex business requirements.

  • Anjali

    Member
    March 13, 2020 at 4:52 pm in reply to: What is callback URL in Salesforce?

    After authentication, the URL to which it is redirected is the Callback URL.

  • Anjali

    Member
    March 12, 2020 at 2:33 pm in reply to: When to use the before apex trigger in Salesforce?

    We use before trigger when we want to update the database after the changes are done in that record.

  • Batch Apex is stateless by default. That means for each execution of your execute method, you receive a fresh copy of your object. If your batch process needs information that is shared across transactions, one approach is to make the Batch Apex class itself stateful by implementing the Stateful interface.

  • Anjali

    Member
    March 11, 2020 at 2:40 pm in reply to: What are the four pillars of html web component in Salesforce?

    Lightning web components are custom HTML elements built using HTML and modern JavaScript. Lightning web components and Aura components can coexist and inter operate on a page. To admins and end users, they both appear as Lightning components.

  • Anjali

    Member
    March 11, 2020 at 2:38 pm in reply to: Difference between Process Builder & Workflow in Salesforce?

    For updating related records, Process Builder can update any field on any related record, where Workflow can only update some fields on a parent record of a Master-Detail relationship. ... Also,Process Builder finally gives admins the ability to set the exact order of operations, whereas with Workflow we had no control.

  • Anjali

    Member
    March 6, 2020 at 5:58 pm in reply to: Can we create a custom field through Salesforce Apex?

    Yes, we can create custom field using Apex.

  • Anjali

    Member
    March 6, 2020 at 5:52 pm in reply to: What is permission set in Salesforce?

    Permission set gives extra permission to access the objects or records in the specified org.

  • Anjali

    Member
    March 5, 2020 at 2:00 pm in reply to: What is custom object in Salesforce?

    As per the requirement the objects that are created in the org, are known as custom object.

  • Anjali

    Member
    March 5, 2020 at 1:58 pm in reply to: What is standard object in Salesforce?

    The objects provided by salesforce.com is called standard objects. Examples of standard objects are accounts, contacts, opportunities, Leads, products, campaigns, cases, users, contracts, Report, and dashboards, etc.

  • Anjali

    Member
    March 4, 2020 at 2:21 pm in reply to: Can we change the name of standard object in Salesforce?

    Yes, we can change the label of standard objects as per the requirement.

  • Anjali

    Member
    March 4, 2020 at 2:20 pm in reply to: What is the Custom Metadata in Salesforce?

    With Custom Metadata, you can edit the records with "Configure Application" but you require "Author Apex" to edit the configuration. You can deploy the records of custom metadata types from a sandbox with change sets or packaged in managed packages instead of transferring them manually.

  • Anjali

    Member
    March 3, 2020 at 2:13 pm in reply to: What are the uses of Flow in Salesforce ?

    Flow is a powerful business automation tool that can manipulate data in Salesforce in a variety of ways. Such application can be created right from the org's setup with just drag-drop/point-click. The ease of creating flows makes it the number one go-to tool when it comes to complex business requirements.

  • For updating related records, Process Builder can update any field on any related record, where Workflow can only update some fields on a parent record of a Master-Detail relationship. Process Builder can also update multiple related records in a situation when all of a record's child records need the same update.

Page 22 of 26