Anjali
IndividualForum Replies Created
-
Anjali
MemberApril 7, 2020 at 2:21 pm in reply to: what is the difference between an access token and Refresh token in Salesforce?The difference between a refresh token and an access token is the audience: the refresh token only goes back to the authorization server, the access token goes to the (RS) resource server. Refreshing the access token will give you access to an API on the user's behalf, it will not tell you if the user's there.
-
Objects are database tables that allow us to store data specific to the organization in salesforce.
-
Anjali
MemberApril 6, 2020 at 1:14 pm in reply to: How can the helper class warn users when trigger exceeds DML governor limit ?The helper class warns users when the trigger exceeds DML governor limits by preventing exceeding governor limits through creating the trigger before it exceeds the governor limits.
-
A Lookup relationship involves finding value of a field based on the value in another field in another object. It is mostly used in the case of commonly shared data between two objects.
-
This object contains the results returned by a query() if the query contains an aggregate function, such as MAX() .
-
Anjali
MemberApril 3, 2020 at 2:22 pm in reply to: What are the methods in Apex Rest which does not require body in Salesforce?get, delete requests do not need body.
-
Anjali
MemberApril 3, 2020 at 2:20 pm in reply to: Why Account and contact relationship is not Master Detail Relationship?Contacts and Accounts have a lookup relationship but this relationship has a property called CascadeDelete set to true. This is why the contact is deleted when the parent object is deleted. Account and contact behaves as master detail in business logics but on UI it is a lookup relationship.
-
Anjali
MemberApril 2, 2020 at 1:08 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: One of the key functionality of standard controllers is to provide the data, and to facilitate binding a view's controls to the records fields for either display or input.
-
Anjali
MemberApril 2, 2020 at 1:04 pm in reply to: What is Condition to use Manual Sharing in salesforce?Manual sharing is used to extend the permissions and when the condition is not satisfied by using the exiting permissions and security settings then manual sharing is used.
-
The Visualforce tag-based markup language looks and behaves similarly to HTML. ... Visualforce tags correspond to page elements, such as form fields or and images. Controllers consist of instructions that specify what happens when users interact with page components, such as when a user clicks a button.
-
Anjali
MemberApril 1, 2020 at 12:50 pm in reply to: How to set endpoint of URL for API callout in Salesforce? -
In reference to follow the best practice, trigger should be logic free and for the logic purpose we use Handler class.
-
Pardot is a marketing automation platform that allows companies to find out their best leads, track marketing campaigns engagement and provide faster follow-ups. It is also known as a lead management platform that combines the rich features of marketing and sales to boost the power of Salesforce marketing campaigns.
-
Anjali
MemberMarch 31, 2020 at 1:35 pm in reply to: What is Audience Builder in Salesforce Marketing Cloud?Marketing Cloud Audience Builder dynamically creates targeted audiences from contacts stored in your account based on stored attribute and behavioral values. Use these audiences to either target or exclude contacts from your marketing activities.
-
Anjali
MemberMarch 30, 2020 at 1:48 pm in reply to: What is the use of External Services in Salesforce Lightning?External Services is a feature within Salesforce that leverages declarative tools to connect to an external endpoint, such as a credit service provider, and bring its logic into Salesforce.
-
Anjali
MemberMarch 30, 2020 at 1:43 pm in reply to: What is KeyField in Lightning Data Table in Salesforce?It holds the unique row id for the data table.
-
Anjali
MemberMarch 27, 2020 at 12:51 pm in reply to: What does the force:appHostable do in Lightning Component in Salesforce?Add the force:appHostable interface to a Lightning component to allow it to be used as a custom tab in Lightning Experience or the Salesforce mobile app.
-
splice() is a Javascript method is used to add(s)/remove(s) items to/from an array, and returns the removed item(s).
-
Anjali
MemberMarch 26, 2020 at 3:18 pm in reply to: What is the purpose of data table apex in Salesforce?apex:dataTable. An HTML table that's defined by iterating over a set of data, displaying information about one item of data per row. The body of the <apex:dataTable> contains one or more column components that specify what information should be displayed for each item of data.
-
From Setup, at the top of the page, select Object Manager and select the object you want to add the Files related list to (such as Opportunity). Click Page Layouts. Click the page layout you want to customize. In the list of available items in the left pane, click Related Lists.
-
Anjali
MemberMarch 25, 2020 at 2:57 pm in reply to: How to navigate to other pages in Lightning Component in Salesforce?One of the way is- The force:navigateToURL event is used to navigate to a URL. Use a relative url to stay in your current app and go to a different page. Use an absolute URL to open an external website in a new browser tab.
-
ceil(doubleValue)
Returns the smallest (closest to negative infinity) Double that is not less than the argument and is equal to a mathematical integer. -
Please refer the below link to know about creating manage package in Salesforce:
https://help.salesforce.com/articleView?id=enabling_managed_packages.htm&type=5 -
To automate complex business processes, flows are used in Salesforce.
-
Listen to customers and engage with them across every channel: email, social, web, and mobile. Automate and manage every campaign, publish content, analyse results, and optimize as you go.