Forum Replies Created

Page 2 of 17
  • Ratnesh

    Member
    August 26, 2020 at 2:29 pm in reply to: What can we do more with Customer Community Plus in Salesforce?

    Business-to-consumer experiences with external users who need access to reports & dashboards and need advanced sharing. The Customer Community Plus can be used with person accounts. Business-to-business communities that need access to sales data such as partner relationship management.

  • Ratnesh

    Member
    August 26, 2020 at 2:28 pm in reply to: What are the methods of LockResult Class in Salesforce ?

    getErrors() If an error occurred, returns an array of one or more database error objects, providing the error code and description.
    getId() ...
    isSuccess()

  • Ratnesh

    Member
    August 25, 2020 at 5:45 am in reply to: How to update a record using Data Loader in Salesforce?

    Open the Data Loader.
    Click Insert, Update, Upsert, Delete, or Hard Delete. ...
    Enter your Salesforce username and password. ...
    Choose an object. ...
    To select your CSV file, click Browse. ...
    Click Next. ...
    If you are performing an upsert, your CSV file must contain a column of ID values for matching against existing records.

  • Ratnesh

    Member
    August 25, 2020 at 5:43 am in reply to: How to export records from Salesforce using Data Loader ?

    Open the Data Loader.
    Click Export. ...
    Enter your Salesforce username and password, and click Log in.
    When you're logged in, click Next. ...
    Choose an object. ...
    Select the CSV file to export the data to. ...
    Click Next.
    Create a SOQL query for the data export.

  • Ratnesh

    Member
    August 25, 2020 at 5:42 am in reply to: Explain about UPSERT in Salesforce?

    upsert() Creates new records and updates existing records; uses a custom field to determine the presence of existing records. In most cases, we recommend that you use upsert() instead of create() to avoid creating unwanted duplicate records (idempotent).

  • Ratnesh

    Member
    August 21, 2020 at 6:21 am in reply to: How to create data filter activity in salesforce?

    Click Create Activity.
    Select Filter.
    Provide a name, folder location, external key, and description to identify and describe the activity.
    Choose a filter definition to see its details. ...
    If your data filter is applied to profile attributes, select a source list created in Email Studio.

  • Ratnesh

    Member
    August 21, 2020 at 6:20 am in reply to: What is an external object in Salesforce?

    Use External Services to connect to a service of your choice, invoke methods based on the external source via a flow, and import data from the service into Salesforce—all with the help of an easy-to-use wizard.

  • Ratnesh

    Member
    August 21, 2020 at 6:19 am in reply to: What does Salesforce Connect allow you to do?

    Salesforce Connect is an exciting new App Cloud integration service that empowers Salesforce users to access and manage data in external apps, whether on-premise or cloud, directly from Salesforce. With Salesforce Connect, your business can be more productive and agile, and deliver new levels of customer success.

  • Ratnesh

    Member
    August 20, 2020 at 5:26 am in reply to: Can we define custom time out for each call out in Salesforce?

    A custom timeout can be defined for each callout. The minimum is 1 millisecond and the maximum is 120,000 milliseconds. The maximum cumulative timeout for callouts by a single Apex transaction is 120 seconds.

  • Ratnesh

    Member
    August 20, 2020 at 5:26 am in reply to: How to use Google Maps API in Salesforce Lightning Components?

    To get Google Maps to work in lightning components we will need to implement maps in visualforce page and embed in lightning components as iFrame. One library that locker service team opened in locker service is window. postMessage. This allows lightning components to send/receive messages to/from visualforce pages.

  • Ratnesh

    Member
    August 20, 2020 at 5:25 am in reply to: How to create indirect lookup field in Salesforce?

    Go to “Setup” and use “Quick Find.”
    Input the object name and select it.
    Click on the customer ID field.
    Click “Edit” and select “Change Field Type.”
    Select “Indirect Lookup Relationship” and click “Next.”
    Select “Account” in the “Related To” value and click “Next.

  • Ratnesh

    Member
    August 20, 2020 at 5:24 am in reply to: What is the use of Creating External object in Salesforce?

    External objects are similar to custom objects, except that they map to data that's stored outside your Salesforce org. Each external object relies on an external data source definition to connect with the external system's data. Each external object definition maps to a data table on the external system.

  • Ratnesh

    Member
    August 20, 2020 at 5:23 am in reply to: How to call method in VF page in Salesforce?

    When we click on the "click" button it will invoke pageReference show() method. pageReference is the return type of array method that we have called from visualforce page. So Whenever you want to redirect from one page to another page or want to change some values by calling methods from the apex controller class.

  • Ratnesh

    Member
    August 20, 2020 at 5:23 am in reply to: Whats is person account in salesforce?

    In Salesforce Classic, person accounts appear only in account search results. To help users differentiate person accounts from business accounts in search results, admins can add the Is Person Account field to the appropriate search layout.

  • By default, Person Accounts are not enabled. You'll need to call support to have them enabled and they will repeatedly ask you if you really want to do this and if you understand the consequences. Once enabled, Person Accounts cannot be disabled.

  • Ratnesh

    Member
    August 18, 2020 at 6:08 am in reply to: What is the role of Brand Builder in Salesforce Marketing Cloud?

    BrandBuilder allows you to customize the color scheme used within your Marketing Cloud account. After you choose how to privately label your account, BrandBuilder applies the color scheme, providing your users with a branded experience. Note This page provides information about the BrandBuilder in Email Studio.

  • Ratnesh

    Member
    August 18, 2020 at 6:07 am in reply to: When do we use @Depricated Annotation in Apex?

    Use the deprecated annotation to identify methods, classes, exceptions, enums, interfaces, or variables that can no longer be referenced in subsequent releases of the managed package in which they reside. This is useful when you are refactoring code in managed packages as the requirements evolve.

  • Ratnesh

    Member
    August 18, 2020 at 6:06 am in reply to: What is Inherited Sharing in Apex in Salesforce ?

    Inherited sharing keyword to define apex class as Inheritedsharing is available with the Salesforce winter’19 release in both Salesforce classing and lighting versions.
    – If the class is declared as inheritedsharing, it runs in the sharing mode of the class that called it.
    – The keyword ‘inheritedsharing’ is used to define an Apex class as Inheritedsharing class.
    – If a class declared as inheritedsharing, it runs as with sharing by default.

  • The two versions are used in different situations. 15 character ID is a case-sensitive version which is referenced in the Salesforce user interface. You can use this ID while performing data operations through the user interface. 18 character ID is the case-insensitive version which is referenced through the APIs.

  • A self relationship creates a tree diagram of the objects. ... On the user object a special self-relationship called the hierarchical relationship helps create superior roles such as supervisor, manager on user object. The hierarchical relationship is a self-relationship of the user object.

  • Ratnesh

    Member
    August 13, 2020 at 6:29 am in reply to: What are encrypted fields in Salesforce?

    Encrypted fields are encrypted with 128-bit master keys and use the Advanced Encryption Standard (AES) algorithm. You can archive, delete, and import your master encryption key. To enable master encryption key management, contact Salesforce.

  • Ratnesh

    Member
    August 11, 2020 at 4:03 pm in reply to: Can we call Queueable from trigger in Apex?

    I needed to make a chained callouts from Apex Trigger that is typically not possible. ... Any callouts from APEX trigers is restricted, only possible with @future method calls that is limited to 10 calls per transaction.

  • Ratnesh

    Member
    August 11, 2020 at 4:02 pm in reply to: Whats is difference between authentication and authorization?

    While often used interchangeably, authentication and authorization represent fundamentally different functions. In simple terms, authentication is the process of verifying who a user is, while authorization is the process of verifying what they have access to

  • Ratnesh

    Member
    August 11, 2020 at 4:01 pm in reply to: How to get refresh token in salesforce?

    A connected app can use the refresh token to get a new access token by sending one of the following refresh token POST requests to the Salesforce token endpoint. The connected app can send the client_id and client_secret in the body of the refresh token POST request, as shown here.

  • Ratnesh

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

    <div data-md="61"><div aria-level="3" role="heading" data-attrid="wa:/description" data-hveid="CAsQBQ">A group consists of a set of users. A group can contain individual users, other groups, or users in a particular role or territory. It can also contain the users in a particular role or territory plus all the users below that role or territory in the hierarchy.<div><div data-hveid="CAsQBg" data-ved="2ahUKEwiJ-oDY9ZDrAhVNxTgGHSPlCGcQFSgBMAN6BAgLEAY">
    </div></div></div></div>

Page 2 of 17