Pooja
IndividualForum Replies Created
-
Connected app is a framework which provides us the functionality for external applications to integrate with Salesforce using APIs and standard protocols.
-
Pooja
MemberJuly 26, 2020 at 4:47 pm in reply to: what is difference between data filters activity and SQL activity?Apply a data filter to create a group or data extension containing records that meet a set of criteria.
-
Pooja
MemberJuly 26, 2020 at 4:46 pm in reply to: What are the reasons where we choose VF page over Salesforce lightning?Salesforce recommends that, wherever possible, you create Visualforce pages that behave correctly whether they run in Salesforce Classic or Lightning Experience. The benefits in terms of reduced complexity in your organization's code and configuration are obvious.
-
database. getQueryLocator in Salesforce returns a Query Locator that runs your selected SOQL query returning list that can be iterated over in batch apex.
-
5 batches.
-
Pooja
MemberJuly 21, 2020 at 7:23 pm in reply to: How does component handle the event in Salesforce?An event can be handled by the component that fired the event or by a component in the containment hierarchy that receives the event.
-
Pooja
MemberJuly 21, 2020 at 7:22 pm in reply to: Is it Possibile to increase the api imiit in Salesforce ?Yes it is possible.
-
Pooja
MemberJuly 21, 2020 at 7:21 pm in reply to: Can we delete the apex classes and triggers in ANT migration tool?Yes you can delete it.
-
Pooja
MemberJuly 21, 2020 at 7:20 pm in reply to: What are the use of the ANT migration tool in Salesforce?You can use the Ant Migration Tool to retrieve reports,components, create scripted deployment, and repeat deployment patterns.
-
Pooja
MemberJuly 20, 2020 at 5:13 pm in reply to: How can we delete Streaming API Push Topics in salesforce?Reducing the changes being made to the object in Salesforce, if possible, and then.
Using a tool such as Workbench, the Developer Console, or your own direct API requests to delete the PushTopic . The SOQL query to locate the PushTopic is SELECT Id FROM PushTopic WHERE Name='hc_XXXX' . -
Streaming API lets you push a stream of notifications from Salesforce to client apps based on criteria that you define.
-
Pooja
MemberJuly 20, 2020 at 3:32 pm in reply to: What is difference between virtual class and abstract class?A virtual class does implement functionality itself and can be instantiated and used directly. Conversely, abstract classes must be subclassed and have methods overridden to provide functionality.
-
Pooja
MemberJuly 17, 2020 at 5:21 pm in reply to: Difference Between Component.get() And Component.find() in Salesforce LightningComponent.get(): It returns the Aura.Component instance(s) by its local ID. If the Aura.Component local ID is unique, it returns the component, and if there are multiple Aura.Component with the same local ID, it returns an array of the components.Component.find(): It is associated with Component attributes and returns the referenced component attribute value.
-
Listings are the primary marketing tool for promoting your app or consulting service on the AppExchange
-
Article Manager that includes the permissions to create, edit, publish and assign articles.
-
Yes we can
-
Pooja
MemberJuly 16, 2020 at 7:00 pm in reply to: What is the benefit of using @isTestSetup instead of @isTest in Salesforce@testSetup annotation are used for creating common test records that are available for all test methods in the class. main benefit is code reusablility.
-
Pooja
MemberJuly 16, 2020 at 6:59 pm in reply to: What is the max length of Alias to create an User in Salesforce?The maximum length is of 8 character.
-
Pooja
MemberJuly 15, 2020 at 6:13 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.
-
Pooja
MemberJuly 15, 2020 at 6:12 pm in reply to: What is the difference between enterprise WSDL and partner WSDL?The Enterprise WSDL document is for customers who want to build an integration with their Salesforce organization only.
-Customers who use the enterprise WSDL document must download and re-consume it whenever their organization makes a change to its custom objects or fields or whenever they want to use a different version of the API.
-The Partner WSDL is loosely typed, which means that you work with name-value pairs of field names and values instead of specific data types.
-This WSDL document is for customers, partners, and ISVs who want to build an integration that can work across multiple Salesforce organizations, regardless of their custom objects or fields. -
Pooja
MemberJuly 15, 2020 at 6:11 pm in reply to: What are the types of custom settings in Salesforce?List Custom Setting and Hierarchy Custom Setting
-
Pooja
MemberJuly 14, 2020 at 5:07 pm in reply to: How useful is Dynamic Dashboard? Can it be scheduled?enables each user to see the data they have access to. With this, you can control data visibility without having to create a separate dashboard, with its own running user and folder, for each level of data access.
-
– We can customize navigation.
– We can use HTTP callouts & Web Services
– We can have control for how information is accessed on the page. -
Pooja
MemberJuly 14, 2020 at 5:05 pm in reply to: What are the benefits of the Salesforce Marketing Cloud?Understand your consumer-base better.
-Correctly engage your audience during every important customer touchpoint.
-Create targeted CTAs (calls-to-action) .
-Power your efforts with data (analytics) .
-Deliver cross-channel and cross-functional marketing campaigns. -
The canvas is the working area, where you build a flow by adding elements. As you add elements to the canvas and connect them together, you see a visual diagram of your flow