Pooja
IndividualForum Replies Created
-
It control which fields your users see in the highlights panel at the top of a record and it also control the fields that appear in the expanded lookup card you see when you hover over a link in record details, and in the details section when you expand an activity in the activity timeline.
-
By using set collection you can remove duplicate records in Salesforce.
-
Salesforce Marketing Cloud is a customer relationship management (CRM) platform for marketers that allows them to create and manage marketing relationships and campaigns with customers.
-
Pooja
MemberApril 3, 2020 at 5:05 pm in reply to: What is Exacttarget in salesforce Marketing Cloud?It Capture and activate first-, second-, and third-party data to know your customer, and drive growth by reaching new audience segments.
-
This API is asynchronous, that means you can submit a request and come back later for the results.
-
Pooja
MemberApril 3, 2020 at 5:03 pm in reply to: What is Test.startTest() and Test.stopTest()? When you will use it?It is used to reset the governor limits.
-
Pooja
MemberApril 2, 2020 at 4:01 pm in reply to: How to reset the governor Limits in Test Class in Salesforce?This can be done by Test Class with the use of Test.startTest() and Test.stopTest().
-
Pooja
MemberApril 2, 2020 at 3:58 pm in reply to: What is the purpose of the controllers in Salesforce?Standard controllers fetches data and provide to the views such as page, list, dialog or forms. Controlling data for a single record.
-
Data about data is known as meta data in salesforce.
-
Pooja
MemberMarch 12, 2020 at 1:55 pm in reply to: Where to use lightning web components in Salesforce?The basic foundation for interacting with an org using Salesforce CLI is a Salesforce DX project. A project consists of several local configuration files, as well as the code you want to deploy. In Salesforce terms we call this code metadata, which is the foundation of the Salesforce Platform. If you’re new to Salesforce, check out Platform Development Basics to learn more about our metadata-driven approach.
-
Pooja
MemberMarch 12, 2020 at 1:53 pm in reply to: Difference between Process Builder & Workflow in Salesforce?Process Builder lets you access fields on every related record. In Workflow, you can reference fields on the record's parent.
-
Pooja
MemberMarch 12, 2020 at 1:51 pm in reply to: When to use the before apex trigger in Salesforce?Before triggers are used to perform a task before a record is inserted or updated or deleted.
-
Callback URL is typically the URL that a user’s browser is redirected to after successful authentication.
-
Pooja
MemberMarch 11, 2020 at 3:44 pm in reply to: What are the uses of connected app in Salesforce?The connected app is used to connect two org with each other to communicate.
-
Pooja
MemberMarch 11, 2020 at 3:42 pm in reply to: Can we change the data type of standard fields in Salesforce ?No, we can't change the data type of standard fields in Salesforce.
-
A permission set is a collection of settings and permissions that give users access to various tools and functions. The settings and permissions in permission sets are also found in profiles, but permission sets extend users' functional access without changing their profiles.
-
Pooja
MemberMarch 6, 2020 at 2:07 pm in reply to: What is the difference between currency data types and number data types in Salesforce?Currency field type allows user to enter INR or any other country currency values in the record. Date : Allows user to enter date or we can select the date from popup calendar. Date/ time : Date and Date/Time field types are different from each other. ... Number : Allows users to enter numbers.
-
Pooja
MemberMarch 6, 2020 at 2:05 pm in reply to: Can we create a custom field through Salesforce Apex?Yes, we can we create a custom field through Salesforce Apex.
-
Pooja
MemberMarch 6, 2020 at 2:03 pm in reply to: What is the use of lightning:carousel in Layout of Lightning Component in Salesforce?Lightning:carouselImage component is used to display images for the carousel. It is used to define all the attributes that are related to the images that are to be included in the carousel.
-
The @HttpPost annotation is used at the method level and enables you to expose an Apex method as a REST resource. This method is called when an HTTP POST request is sent, and creates a new resource.
-
Pooja
MemberMarch 6, 2020 at 1:53 pm in reply to: what is the use of accesskey attribute in salesforce?The accesskey attribute specifies a shortcut key to activate/focus an element. However, in most browsers the shortcut can be set to another combination of keys.
-
Pooja
MemberMarch 6, 2020 at 1:49 pm in reply to: What are the different types of reports available in Salesforce?Tabular Reports.
Summary Reports.
Matrix Reports.
Joined Reports
-
Pooja
MemberMarch 6, 2020 at 1:46 pm in reply to: How many Deployment connections can we create for the deployment in salesforce org?Deployment Connections
Authorizing a Deployment Connection
Authorize inbound changes so that another Salesforce org can send change sets to the org you are logged into.
Viewing Available Deployment Connections
A deployment connection enables customizations to be copied from one Salesforce org to another. The deployment connections list shows which orgs are authorized to upload changes to this org, and which orgs allow this org to upload changes to them.
Viewing Details of a Deployment Connection
A deployment connection enables customizations to be copied from one Salesforce org to another. The deployment connections list shows which orgs are authorized to upload changes to this org, and which orgs allow this org to upload changes to them. -
Pooja
MemberMarch 6, 2020 at 1:40 pm in reply to: Can we convert formula field into any other data type in salesforce?No, we cannot convert formula field into any other data type in salesforce
-
Pooja
MemberMarch 6, 2020 at 1:39 pm in reply to: What is the use of Junction Object in Salesforce?Junction objects are used for creating many-to-many relationships in Salesforce. Salesforce by default supports one-to-many relationships.