Forum Replies Created

Page 14 of 24
  • Deepak

    Member
    June 15, 2020 at 7:02 am in reply to: What are the default filters in the salesforce?

    Standard filters are applied by default to most objects. Different objects have different standard filters, but most objects include the standard filters Show Me and Date Field .

  • Deepak

    Member
    June 15, 2020 at 6:59 am in reply to: What are Audit Fields?

    When migrating data from an external system, the API lets you set a number of fields on objects that were previously read-only.This feature must be enabled by a System administrator in the organization.

  • Deepak

    Member
    June 12, 2020 at 5:36 am in reply to: What is the use of Test.start() in Salesforce?

    The point in your test code when your test actually begins. Use this method when you are testing governor limits.

  • Deepak

    Member
    June 12, 2020 at 5:35 am in reply to: Can we delete a button in Salesforce?

    Yes, we can delete a button and with that deletes all the references to it.

  • Deepak

    Member
    June 12, 2020 at 5:32 am in reply to: What is the use of test.stop() in Salesforce?

    Marks the point in your test code when your test actually ends.

  • Deepak

    Member
    June 11, 2020 at 7:41 am in reply to: How many profiles the one user can have in salesforce?

    Each user must have only one Profile.

  • Deepak

    Member
    June 11, 2020 at 7:40 am in reply to: What are different types of sandboxes in salesforce?

    Sandbox Types are as follows :

    1. Developer Sandbox -> 1 day Data storage: 200 MB File storage: 200 MB
    2. Developer Pro Sandbox -> 1 day Data storage: 1 GB File storage: 1 GB
    3. Partial Copy Sandbox -> 5 days Data storage: 5 GB File storage: 5 GB
    4. Full Sandbox
  • Deepak

    Member
    June 11, 2020 at 5:39 am in reply to: How to convert Date/Time to a Date in Salesforce?

    You can convert a Date/Time to a Date by using the DATEVALUE() function, which takes a Date/Time or Text value and returns a Date.

  • Deepak

    Member
    June 10, 2020 at 3:30 pm in reply to: What is the use of ROUND() in Salesforce?

    Round() :- Returns the nearest number to a number you specify, constraining the new number by a specified number of digits.

  • Deepak

    Member
    June 10, 2020 at 6:00 am in reply to: What are Salesforce products?

    Salesforce.com's customer-relationship management (CRM) service comprises several broad categories: Commerce Cloud, Sales Cloud, Service Cloud, Data Cloud (including Jigsaw), Marketing Cloud, Community Cloud (including Chatter), Analytics Cloud, App Cloud, and IoT with over 100,000 customers.

  • Deepak

    Member
    June 10, 2020 at 5:57 am in reply to: What is console app in Salesforce?

    Salesforce Console apps are a tab-based workspace suited for fast-paced work environments. Manage multiple records on a single screen and reduce time spent clicking and scrolling to quickly find, update, and create records.

  • Deepak

    Member
    June 9, 2020 at 12:51 pm in reply to: What is the use of data2crm tool in Salesforce?

    Data2CRM is automated and customized CRM data migration tool. Data2CRM is automated and customized CRM data migration tool. Using our service you will be able to migrate data to Salesforce from different CRM platforms, databases, CSV, XML etc. automated way.

  • Deepak

    Member
    June 9, 2020 at 12:49 pm in reply to: What is standard big object in Salesforce?

    A big object stores and manages massive amounts of data on the Salesforce platform.Clients and external systems use a standard set of APIs to access big object data. A big object provides consistent performance, whether you have 1 million records, 100 million, or even 1 billion.

  • Deepak

    Member
    June 9, 2020 at 10:25 am in reply to: What is treeGrid in salesforce ?

    TreeGrid displays a hierarchical view of data in a table in Lightning Component in Salesforce.

  • Deepak

    Member
    June 8, 2020 at 6:44 am in reply to: How do I check if a field is empty in Salesforce?

    There is one way to validate empty text fields in Apex: Use String. isBlank() method. This will return true if the text field is empty.

  • Deepak

    Member
    June 8, 2020 at 6:43 am in reply to: Where can we find batch jobs in Salesforce?

    To use batch Apex, write an Apex class that implements the Salesforce-provided interface Database. Batchable and then invoke the class programmatically. To monitor or stop the execution of the batch Apex job, from Setup, enter Apex Jobs in the Quick Find box, then select Apex Jobs.

  • Deepak

    Member
    June 8, 2020 at 6:41 am in reply to: What is CronTrigger in Salesforce?

    CronTrigger contains schedule information for a scheduled job.
    CronTrigger is similar to a cron job on UNIX systems.

  • Dashboard components support two-level sorting. So you can sort by Stage and then by Sum of Amount, or by Average Age and then Record Count.

    1. Back in your org, click. and select Setup.
    2. Click Object Manager.
    3. Click Property.
    4. Click Buttons, Links, and Actions.
    5. Click. next to New and select Edit.
    6. Select Lightning Experience Override as Lightning Component.
    7. Select c:PropertyDialog as the bundle to override with. ...
    8. Click Save.
  • Deepak

    Member
    June 5, 2020 at 6:23 am in reply to: What is Streaming API in Salesforce ?

    Streaming API is your radar. It lets you define events and push notifications to your client app when the events occur. You can use Streaming API to keep your external source in sync with your Salesforce data with PushTopic events and Change Data Capture events.

  • Use @future to Bypass the Mixed DML Error in a Test Method

  • The names of interfaces that are added to a Lightning component that are allow it to be used as custom tabs, and to be used in Lightning and Community builder:
    ‘force:appHostable’ used as a custom tab in Lightning Experience or the Salesforce app
    ‘forceCommunity:appear in Community Builder, a component must implement the forceCommunity:availableForAllPageTypes interface

  • Deepak

    Member
    June 4, 2020 at 10:08 am in reply to: What are component events?

    A component event is fired from an instance of a component. A component event can be handled by the component that fired the event or by a component in the containment hierarchy that receives the event.

  • Deepak

    Member
    June 3, 2020 at 2:28 pm in reply to: What are console apps in Salesforce?

    Salesforce Console. Salesforce Console apps are a tab-based workspace suited for fast-paced work environments. Manage multiple records on a single screen and reduce time spent clicking and scrolling to quickly find, update, and create records.

  • Deepak

    Member
    June 3, 2020 at 2:27 pm in reply to: What is the default filter in Salesforce?

    Standard filters are applied by default to most objects. Different objects have different standard filters, but most objects include the standard filters Show Me and Date Field . Show Me filters the object around common groupings (like “My accounts” or “All accounts”).

Page 14 of 24