Anuj
IndividualForum Replies Created
-
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.
-
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.
-
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
MemberJuly 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
MemberJuly 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 .
-
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.
-
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.
-
A controller extension is an Apex class that extends the functionality of a standard or custom controller.
-
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
MemberJuly 20, 2020 at 4:23 pm in reply to: How can we update ContentDocumentLink in Salesforce? -
Anuj
MemberJuly 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
MemberJuly 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 }
-
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.
-
- From Setup, enter Platform Events in the Quick Find box, then select Platform Events.
- On the Platform Events page, click New Platform Event.
- Create a Notification platform event with the following settings: Label: Notification. Plural Label: Notifications. Object Name: Notification. ...
- Click Save.
-
Hi,
Hope this link will help you.
https://salesforceprofs.com/salesforce-to-salesforce-rest-api-integration/ -
Anuj
MemberJuly 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"/> -
Anuj
MemberJuly 16, 2020 at 1:36 pm in reply to: How is Application Events different from Component Events in Salesforce?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
MemberJuly 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.
-
Anuj
MemberJuly 15, 2020 at 3:05 pm in reply to: How to create junction relationship between two objects in Salesforce?<div aria-level="3" role="heading">Define the Master-Detail Relationship
<div>- Open the new custom junction object.
- Navigate to the Custom Field Wizard.
- Select Master-Detail Relationship under the field type.
- Choose one object that will link to the junction object. ...
- Define the Sharing Setting options.
</div></div>
-
Anuj
MemberJuly 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.
-
Anuj
MemberJuly 14, 2020 at 3:10 pm in reply to: Can we apply roll up summary field on Contacts for account in Salesforce?No , Roll-up summary field is used only on Master object in Master-Details relation. Here Contact is child of Account.
-
<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.
-
Anuj
MemberJuly 14, 2020 at 2:56 pm in reply to: Explain different Wait controls available in Journey Builder in Salesforce?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
MemberJuly 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
MemberJuly 13, 2020 at 1:46 pm in reply to: How do you deploy approval process in Salesforce using ant?Please visit the following link:
https://salesforce.stackexchange.com/questions/20491/how-to-deploy-approval-process-using-ant-eclipse-in-salesforce