Forum Replies Created

Page 8 of 19
  • Anuj

    Member
    July 23, 2020 at 1:04 pm in reply to: What is offset in SOQL query in salesforce ?

    OFFSET. When expecting many records in a query's results, you can display the results in multiple pages by using the OFFSET clause on a SOQL query. For example, you can use OFFSET to display records 51–75 and then jump to displaying records 301–350. Using OFFSET is an efficient way to handle large results sets.

  • Anuj

    Member
    July 23, 2020 at 1:01 pm in reply to: How do I count records in Salesforce?

    Click Record Count to toggle between showing and hiding the count. ). Click the arrow, and select Remove Column. To display record count again, click the arrow in the block header and select Record Count.

  • Anuj

    Member
    July 22, 2020 at 11:50 am in reply to: What do Analytics apps do in Salesforce?

    The Analytics app gives you access to your Analytics accounts and data on a mobile device. Use the app to get high-level performance metrics from your phone or tablet. The app optimizes the Analytics report layouts and controls for a mobile environment, so you get the best experience no matter what device you use.

  • Anuj

    Member
    July 22, 2020 at 11:49 am in reply to: Why do we prefer Lightning over Classic in Salesforce?

    Salesforce is the enhanced security that comes with Lightning. LockerService, for instance, is a security feature that isolates Lightning components (the building blocks of Lightning pages) so they can't interact with each other.

  • Anuj

    Member
    July 22, 2020 at 11:47 am in reply to: Can we say that Lightning Component is based on MVC architecture?

    No , why would we say that when its based on component driven model .

  • Anuj

    Member
    July 21, 2020 at 12:58 pm in reply to: When to use Bulk API in Salesforce ?

    You can use it to query, insert, update, upsert, or delete a large number of records asynchronously by submitting batches which are processed in the background by Salesforce. SOAP API, in contrast, is optimized for real-time client applications that update small numbers of records at a time.

  • Anuj

    Member
    July 21, 2020 at 12:57 pm in reply to: How Bulk API Works in Salesforce ?

    To use the Bulk API, you first create a job which results in a job ID. Then you add one or more batch to the job, identified by the Job ID. The result for each batch is a Batch ID. When all the batches are added, close the job and the batches will run in the background.

  • Anuj

    Member
    July 21, 2020 at 12:51 pm in reply to: What is Controller Extensions ?

    A controller extension is an Apex class that extends the functionality of a standard or custom controller.

  • Anuj

    Member
    July 20, 2020 at 4:25 pm in reply to: What is virtual class in Salesforce?

    In object-oriented programming, a virtual class is a nested inner class whose functions and member variables can be overridden and redefined by subclasses of an outer class. Virtual classes are analogous to virtual functions.

  • Anuj

    Member
    July 20, 2020 at 4:23 pm in reply to: How can we update ContentDocumentLink in Salesforce?
  • Anuj

    Member
    July 20, 2020 at 1:28 pm in reply to: How to convert VisualForce page into PDF in Salesforce?

    use renderAs ="pdf" in the very first line in your VF page.

  • Anuj

    Member
    July 17, 2020 at 12:42 pm in reply to: How can we Fire Platform Event From Batch Apex in Salesforce ?

    To fire a platform event, a batch Apex class declaration must implement the Database.RaisesPlatformEvents interface.

    public with sharing class YourSampleBatchJob implements Database.Batchable<SObject>, 
       Database.RaisesPlatformEvents{ 
       // class implementation 
    } 
  • Anuj

    Member
    July 17, 2020 at 12:40 pm in reply to: What is CometD in Salesforce ?

    CometD is a scalable HTTP-based event routing bus that uses an AJAX push technology pattern known as Comet. It implements the Bayeux protocol. Long polling, also called Comet programming, allows emulation of an information push from a server to a client.

  • Anuj

    Member
    July 17, 2020 at 12:38 pm in reply to: How to Create Platform Event in Salesforce ?
    1. From Setup, enter Platform Events in the Quick Find box, then select Platform Events.
    2. On the Platform Events page, click New Platform Event.
    3. Create a Notification platform event with the following settings: Label: Notification. Plural Label: Notifications. Object Name: Notification. ...
    4. Click Save.
  • Anuj

    Member
    July 16, 2020 at 2:10 pm in reply to: salesforce integration
  • Anuj

    Member
    July 16, 2020 at 1:44 pm in reply to: How to subscribe platform Event in Lightning Component ?

    Hi,
    Use this inside your component
    <lightning:empApi aura:id="empApi"/>

  • Component events are used to do communication between child and parent. They use bubbling and capture same as used in DOM events. ... Application events are used to communicate any change in the component to a broader audience. Any component who has registered for this event will get a notified.

  • Anuj

    Member
    July 15, 2020 at 3:07 pm in reply to: What is meant by auto number data type in Salesforce?

    Each record is assigned a unique number with a specified format upon creation. You can modify the format and numbering for these auto-number fields.Auto Number will have values calculated by system. (Auto Incremented Values). You don't have a control over those to change them.

  • <div aria-level="3" role="heading">Define the Master-Detail Relationship
    <div>

    1. Open the new custom junction object.
    2. Navigate to the Custom Field Wizard.
    3. Select Master-Detail Relationship under the field type.
    4. Choose one object that will link to the junction object. ...
    5. Define the Sharing Setting options.

    </div></div>

  • Anuj

    Member
    July 15, 2020 at 3:03 pm in reply to: What is the advantage of using custom setting in Salesforce?

    All custom settings data is exposed in the application cache, which enables efficient access without the cost of repeated queries to the database. This data can then be used by formula fields, validation rules, flows, Apex, and the SOAP API.

  • No , Roll-up summary field is used only on Master object in Master-Details relation. Here Contact is child of Account.

  • Anuj

    Member
    July 14, 2020 at 2:57 pm in reply to: How do I create a simple app?

    <div aria-level="3" role="heading">Please follow the link:<div>

    </div></div>https://ccoenraets.github.io/salesforce1-app-tutorial/create-expenses-tab.html

    • This reply was modified 4 years, 4 months ago by  Anuj.
  • A wait holds the customers between activities for a certain amount of time before they move to the next activity. During wait activities, Journey Builder evaluates customers to see if they have met a goal, reached criteria for a decision split, or engaged with a message. Waits can be used with other flow controls.

  • Anuj

    Member
    July 13, 2020 at 1:53 pm in reply to: Where we can display lightning component in Salesforce?

    From Setup, enter Tabs in <b style="font-family: inherit; font-size: inherit;">the Quick Find box, then select Tabs. Click New in <b style="font-family: inherit; font-size: inherit;">the Lightning Component Tabs related list. Select <b style="font-family: inherit; font-size: inherit;">the Lightning component that <b style="font-family: inherit; font-size: inherit;">you want <b style="font-family: inherit; font-size: inherit;">to make available <b style="font-family: inherit; font-size: inherit;">to users. Enter a label <b style="font-family: inherit; font-size: inherit;">to display on <b style="font-family: inherit; font-size: inherit;">the tab.
    <div eid="MWcMX-uSFabfz7sPmJ-hyA8" data-async-context="query:Where%20we%20can%20display%20lightning%20component%20in%20Salesforce%3F" id="rso"><div lang="en-IN" data-hveid="CAsQAA" data-ved="2ahUKEwir7-KMsMrqAhWm73MBHZhPCPkQjDYoAHoECAsQAA"><div data-md="61" lang="en-IN"><div aria-level="3" role="heading" data-attrid="wa:/description" data-hveid="CAsQAQ">

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

  • Anuj

    Member
    July 13, 2020 at 1:46 pm in reply to: How do you deploy approval process in Salesforce using ant?
Page 8 of 19