Forum Replies Created

Page 6 of 19
  • Anuj

    Member
    August 19, 2020 at 5:13 pm in reply to: What is an External ID in Salesforce?

    An external ID is a custom field that has the External ID attribute, meaning that it contains unique record identifiers from a system outside of Salesforce. When you select this option, the Data Import Wizard detects existing records in Salesforce with external IDs that match those values in the import file.

  • Anuj

    Member
    August 19, 2020 at 5:11 pm in reply to: Who are guest users in Salesforce?

    Guest Users are users who can only access files and folders shared with them. Guest users do not have their own home storage. Hence, guest users cannot create their own folders or upload files directly to the root of the account. ... For example, a tenant with 3 paid user licenses can create 9 guest user accounts.

  • Anuj

    Member
    August 19, 2020 at 5:09 pm in reply to: What is DataSource Namespace in Salesforce ?

    The DataSource namespace provides the classes for the Apex Connector Framework. Use the Apex Connector Framework to develop a custom adapter for Salesforce Connect. ... The following are the classes in the DataSource namespace. AsyncDeleteCallback Class. A callback class that the Database.

  • Anuj

    Member
    August 18, 2020 at 12:43 pm in reply to: What is polymorphism in Salesforce?

    Polymorphism in Apex requires an Apex Interface to be implemented or Class that can be extended by other Apex classes e.g. Virtual or Abstract classes. The implementing or extending classes can then be used in a predictable, consistent way even though their types are different from one another.

  • Anuj

    Member
    August 18, 2020 at 12:39 pm in reply to: What is Action binding in Salesforce?

    Action bindings refer to action methods in the controller. Data bindings refer to the binding dataset to your page from the controller. Action bindings refer to the binding action methods to your page defined in the controller. Component bindings refer to the binding of other Visualforce components with your page.

  • Anuj

    Member
    August 18, 2020 at 12:36 pm in reply to: What is Share object in Salesforce?

    A share object includes records supporting all three types of sharing: Force.com managed sharing, user managed sharing, and Apex managed sharing. A custom object's share object allows four pieces of information to be defined: The record being shared.

  • Anuj

    Member
    August 17, 2020 at 2:54 pm in reply to: How do I add a template to Salesforce?

    Create Templates
    Click Create.
    Hover over Template.
    Select a template type. When creating from an existing template, select the template to start creating from and click Select.
    Save the template.
    Complete required fields.
    Add content to the email.
    Save the email.

  • Anuj

    Member
    August 17, 2020 at 2:52 pm in reply to: What is use of transient Keyword in Apex?

    Transient keyword to declare instance variable that can not be saved and should not transmitted as part of view state for visual force page. Basically ,View State is an encrypted, hidden <input> field on a Visualforce page that keeps track of Apex controller state & Visualforce page state between server requests.

  • Anuj

    Member
    August 17, 2020 at 2:51 pm in reply to: What is Inherited Sharing in Apex in Salesforce ?

    Using inherited sharing enables you to pass security review and ensure that your privileged Apex code is not used in unexpected or insecure ways. An Apex class with inherited sharing runs as with sharing when used as a Visualforce page controller, Apex REST service, or an entry point to an Apex transaction.

  • Anuj

    Member
    August 14, 2020 at 1:34 pm in reply to: What is apex manage sharing in Salesforce?

    Apex managed sharing enables developers to programmatically manipulate sharing to support their application's behavior through Apex or the SOAP API. This type of sharing is similar to managed sharing. Only users with “Modify All Data” permission can add or change Apex managed sharing on a record.

  • Anuj

    Member
    August 14, 2020 at 1:32 pm in reply to: What are external Ids? Does external ids are unique in salesforce?

    An external ID is a custom field that has the External ID attribute, meaning that it contains unique record identifiers from a system outside of Salesforce. When you select this option, the Data Import Wizard detects existing records in Salesforce with external IDs that match those values in the import file.

  • Anuj

    Member
    August 14, 2020 at 1:27 pm in reply to: Does salesforce stores the deleted objects and fields in Salesforce?

    Yes, they will be stored in recycle bin for 15 days.

  • Anuj

    Member
    August 13, 2020 at 3:20 pm in reply to: What is the difference between process builder and trigger?

    Process Builders cannot handle before DML It executes after a record has been created or updated. Whereas Apex triggers can handle both before and after DML operations. Process Builder cannot handle delete and undelete DML. Whereas Apex triggers can handle all DML operations.

  • Anuj

    Member
    August 13, 2020 at 3:16 pm in reply to: What is difference between workflow and approval process in Salesforce?

    There are two differences between Workflows and Approval process Workflow Approval process They are activated when a record is saved. ... Workflow consists of single step and single action Approval process consists of multiple steps. Also different action is taken based upon whether the record is approved or rejected.

  • Anuj

    Member
    August 13, 2020 at 3:15 pm in reply to: What is difference between Workflow and Process Builder in salesforce?

    In Workflow, you can reference fields on the record's parent. Process Builder, on the other hand, lets you access the fields on any related record, no matter how far away that record is. You can reference fields on a parent record, grandparent record, or great-great-great-grandparent record twice removed.

  • Anuj

    Member
    August 12, 2020 at 3:52 pm in reply to: How to create a Partner Portal in Community in Salesforce?

    Create a Partner Portal, Enable Partner Account and Users, and Add Members
    From Setup, enter Communities in the Quick Find box, then select Communities Settings.
    Select Enable communities.
    Enter a unique name for your domain. ...
    Click Check Availability to make sure the domain is available.
    Click Save, then OK.

  • Returns the zero-based index of the first occurrence of a character that is not in the specified substring. Otherwise, returns -1.

  • Anuj

    Member
    August 12, 2020 at 3:42 pm in reply to: When to use abbreviate(maxWidth, offset) method in Apex ?

    abbreviate(maxWidth, offset) Returns an abbreviated version of the String, starting at the specified character offset and of the The Set methods work on a set.

    • This reply was modified 4 years, 3 months ago by  Anuj.
  • Anuj

    Member
    August 11, 2020 at 3:30 pm in reply to: Can we call future method from Queueable apex in Salesforce ?

    Future methods cannot be monitored, but queueable apex can be monitored using the job id which is returned by System. enqueueJob() In execution cycle, you cannot call from one future method to another future method.

  • Anuj

    Member
    August 11, 2020 at 3:28 pm in reply to: How is Lightning Components different from other web app frameworks?

    Lightning is different from above frameworks it is designed first and foremost for enterprise applications. Lighting has a rich event driven architecture that appeals to JavaScript developers and all of the power of the Force.com platform. The power of the component framework is in its ease of customization.

  • Anuj

    Member
    August 11, 2020 at 3:26 pm in reply to: When to Use flow Builder 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.

  • Anuj

    Member
    August 10, 2020 at 2:52 pm in reply to: How to maximize community member engagement in Salesforce?

    Maximize Community Member Engagement
    Set up the Reputation feature.
    Use integrated data to measure community success.
    Establish etiquette rules for your community.

  • Anuj

    Member
    August 10, 2020 at 2:51 pm in reply to: What is Community Rollout Strategy in Salesforce?

    Community Rollout Strategy Module is a detailed guide on how community managers will establish, launch, moderate, and continuously nurture a community within the Salesforce org. By doing so, managers can help forge better communication between colleagues, partners, and clients.

  • Anuj

    Member
    August 10, 2020 at 2:50 pm in reply to: What are share groups in salesforce?

    Share groups allow you to share records owned by high-volume community and portal users with internal and external users.
    Share groups apply across communities or portals and are associated with sharing sets.

  • Anuj

    Member
    August 7, 2020 at 2:33 pm in reply to: What is Get Record in flows in Salesforce ?

    When you add a <b style="font-family: inherit; font-size: inherit;">Get Records element to a screen <b style="font-family: inherit; font-size: inherit;">flow or an autoluanched <b style="font-family: inherit; font-size: inherit;">flow, we automatically store all the <b style="font-family: inherit; font-size: inherit;">record values in a <b style="font-family: inherit; font-size: inherit;">flow variable. When the <b style="font-family: inherit; font-size: inherit;">flow moves to the next element, the values are assigned to the variable.
    <div eid="HGYtX-flHNHC3LUPx9e0-AI" data-async-context="query:What%20is%20Get%20Record%20in%20flows%20in%20Salesforce%20%3F" id="rso"><div lang="en-IN" data-hveid="CA0QAA" data-ved="2ahUKEwjn49_ap4nrAhVRIbcAHccrDS8QjDYoAHoECA0QAA"><div data-md="61" lang="en-IN"><div aria-level="3" role="heading" data-attrid="wa:/description" data-hveid="CA0QAQ">

    </div></div></div></div>

    • This reply was modified 4 years, 3 months ago by  Anuj.
Page 6 of 19