Forum Replies Created

Page 11 of 21
  • Marziya

    Member
    June 30, 2020 at 2:18 pm in reply to: What is the need of grant login access in Salesforce?

    Salesforce Support may ask you to Grant Login Access in order to assist you with a question, issue, or request. This is so that Support can log in to the application using your login to troubleshoot and fix issues stemming from your inquiry.

  • Marziya

    Member
    June 30, 2020 at 2:16 pm in reply to: How can we add custom timer in lightning component in Salesforce?

    Go to User Interface and enable Show Custom Sidebar Components on All Pages in order to view this on every tab. Go to 'Business Hour Settings' page and set the Theme of the Count down timer from the drop down section. You can select the 'Basic' theme.

  • Marziya

    Member
    June 29, 2020 at 3:31 pm in reply to: What is custom SVG in Salesforce?

    SVG stands for Scalable Vector Graphics. It is a custom icon resource for components used in Lightning App Builder or Community Builder.

  • Marziya

    Member
    June 29, 2020 at 3:29 pm in reply to: What are RollUp Summary Fields in Salesforce?

    A roll-up summary field calculates values from related records, such as those in a related list. You can create a roll-up summary field to display a value in a master record based on the values of fields in a detail record.

  • Outbound messages generally allow specifying the changes to fields within salesforce and will cause messages to be sent to the designated external servers along with field values. Whenever there is an update in the fields within Salesforce then outbound messages will be sent to the external systems with updated value

  • Create Apex class :(Name It as you Like) -> Copy Paste entire Apex code.
    Create Lightning Component -> Copy Paste entire component code , don't forget to change the controller name to your apex , otherwise I am not responsible for the error.
    More items.

  • Marziya

    Member
    June 26, 2020 at 2:56 pm in reply to: How to associate a portal with Salesforce site?

    From Setup, enter Sites in the Quick Find box, then select Sites.
    Click the site label of the site you want to configure.
    Click Login Settings.
    Click Edit.
    From the Enable Login For drop-down list, select the name of the portal where you want to allow login.

  • Marziya

    Member
    June 26, 2020 at 2:54 pm in reply to: How to set the key and value of the map in lightning component?

    Hii Aditya,
    <aura:component controller="Mapvalue" >
    <aura:handler name="init" value="{!this}" action="{!c.doinit}"/>
    <aura:attribute type="map" name="Mapuse"/> // Map type attribute to hold map value
    {!v.Mapuse.key1}
    {!v.Mapuse.key2}
    {!v.Mapuse.key3}
    </aura:component>

  • Marziya

    Member
    June 24, 2020 at 2:21 pm in reply to: What is API limit in Salesforce?

    For Salesforce Professional and Enterprise, each organization receives a total of 1,000 API calls per user in a 24-hour period, up to a maximum of 1,000,000 API calls (for organizations with 15,000+ Salesforce licenses). Salesforce Unlimited has a 5,000 API calls per user limit, up to a maximum of unlimited API calls.

  • Marziya

    Member
    June 24, 2020 at 1:29 pm in reply to: How to enable Person Account in Salesforce ?

    Make sure you meet the following prerequisites. ...
    From Setup, enter Account Settings in the Quick Find box, and then select Allow Customer Support to enable Person Accounts.

  • Marziya

    Member
    June 23, 2020 at 3:08 pm in reply to: What are the data cleansing tool for Salesforce?

    Data cleansing tools are the solution to bad data. A data cleansing tool like Salesforce Data.com software automates the process of finding and fixing inaccurate or incomplete data.

  • Marziya

    Member
    June 23, 2020 at 3:08 pm in reply to: How do I enable bulk API in Salesforce?

    1.Open the Data Loader.
    2.Choose Settings | Settings.
    3.Select the Use Bulk API option.
    4.Click OK.

  • The Bulk API provides a programmatic option to quickly load your org's data into Salesforce. ... Bulk API is based on REST principles and is optimized for loading or deleting large sets of data. You can use it to query, queryAll, insert, update, upsert, or delete many records asynchronously by submitting batches.

  • The 'Unique ID' field is a setting which prevents the same value from being used in multiple records for any specific field. External IDs are often created with the 'Unique ID' setting so that the External IDs will be unique to each record.

  • There are two types of Custom Settings: List and Hierarchy. List-type Custom Settings are very similar to Custom Objects, but Hierarchy-type Custom Settings are very different. Hierarchy Custom Settings allow you to associate specific rows with specific Users or Profiles.

  • COUNT(): It is an optional clause that can be used in a SELECT statement in a SOQL query to discover the number of rows that a query returns. ... COUNT(fieldname) :This function returns the number of rows that match the filtering conditions and have a non-null value records.

  • Marziya

    Member
    June 19, 2020 at 1:18 pm in reply to: How do I clear data storage in Salesforce?

    If the organization is still in Trial, delete all data by navigating to: Setup --> Administration Setup --> Data Management --> Delete All Data. The Delete All Data tool deletes ALL data within the organization. Once deleted, this data cannot be recovered.

  • Marziya

    Member
    June 19, 2020 at 1:17 pm in reply to: Where can a system administrator assign a page layout?

    System Administrator assign page layout in Profile.

  • Marziya

    Member
    June 18, 2020 at 2:17 pm in reply to: How can SaaS be helpful to Salesforce?

    As SaaS is a subscription based, customers can always choose not to renew if they are dissatisfied. Customers can avoid a large initial investment in an IT infrastructure and day to day hustle of maintaining infrastructure. SaaS customer provides same provider infrastructure and also easy integration.

  • Marziya

    Member
    June 18, 2020 at 2:15 pm in reply to: What is ContentVersion in Salesforce?

    This object is available in versions 17.0 and later for Salesforce CRM Content documents. This object is available in versions 20.0 and later for Salesforce Files.

  • Marziya

    Member
    June 18, 2020 at 2:12 pm in reply to: How sales force useful in tracking sales?

    Salesforce track sales Performance by: Use the performance chart on the Home page in Lightning Experience to track your sales performance or the performance of your sales team against a customizable sales goal. The performance chart displays data based on your sales team's opportunities if you have an associated team.

  • Each record allocates 2KB, so each Person Account record will require 4KB of storage space. As an example, 500,000 person accounts will require 2GB (500,000 * 4KB) of storage. Images from Rich Text Fields are stored in file storage area

  • Marziya

    Member
    June 17, 2020 at 2:30 pm in reply to: Can we create a field on Person Account directly in Salesforce?

    No ,We can create a field on Person Account directly in Salesforce.

  • Marziya

    Member
    June 17, 2020 at 2:28 pm in reply to: What Are Locale Settings in Salesforce?

    As the admin, you set the default locale, but your users can set a personal locale if they're based in a different location.

Page 11 of 21