Anjali
IndividualForum Replies Created
-
Anjali
MemberApril 20, 2020 at 1:08 pm in reply to: What is Einstein Engagement scoring in Salesforce Marketing Cloud?Einstein Engagement Scoring is a data science-driven feature that helps you target customers to maximize engagement and conversions. It uses customer data and machine-learning to generate predictive models which assign scores for each subscriber's likelihood to stay subscribed, open an email, or click links.
-
The new standard for connecting to your Customers, Partners, Apps, and Devices | Salesforce Developers. Developer Centers. Lightning Platform. Salesforce DX.
-
Negative testing demonstrates that your code properly handles invalid data and exceptions.
-
A query is selective when one of the query filters is on an indexed field and the query filter reduces the resulting number of rows below a system-defined threshold.
-
Anjali
MemberApril 17, 2020 at 12:58 pm in reply to: Can we use formula field in SOQL query in Salesforce?Yes, we can use formula field in SOQL query.
-
The Opportunity object connects Accounts to Products. Products are organized in Pricebooks and selected as Opportunity Line Items to create a list of items the customer wants to buy. The Opportunity is also related to Forecasts through the Stage and Percentage fields.
-
The Business Account refers to the individual or any company to whom who are associated for any business.
- This reply was modified 4 years, 7 months ago by Anjali.
-
Anjali
MemberApril 16, 2020 at 12:52 pm in reply to: What is the maximum duration for debug log we can set in Salesforce?24 hours is the maximum duration that is set for debug log in Salesforce.
-
Code coverage indicates how many executable lines of code in your classes and triggers have been exercised by test methods.
-
Anjali
MemberApril 15, 2020 at 12:33 pm in reply to: How do I assign a license to a user in Salesforce?Below link will help you-
https://help.salesforce.com/articleView?id=distribution_package_user_licenses.htm&type=5 -
When you subscribe to a field in Salesforce to Salesforce, you map it to a field in your org. This mapping syncs updates between the fields for all shared records
-
AggregateResult is an sObject, but unlike other sObject objects such as Contact, it is read-only and it is only used for query results.
-
The following Salesforce link helps in creating the offline form-
https://help.salesforce.com/articleView?id=snapins_chat_customize_offline_support_form.htm&type=5 -
Please refer the following link to do so- https://trailhead.salesforce.com/en/content/learn/projects/set-up-the-service-console/set-up-web-chats-for-your-console
-
Salesforce Chatter Feed is an interface wherein you and other Chatter users in your org can view profiles, updates, status messages, topic detail pages, on record detail pages, objects, and groups.
-
Test utility classes contain methods that can be called by test methods to perform useful tasks, such as setting up test data.
-
You can create two types of login flows:
1. Screen flow, which you create declaratively in Flow Builder
2. Visualforce Page, which you create programmatically using Visualforce
During login-flow execution, users have restricted access. Users in a login flow can access only the flow—they can’t bypass it to get to the application. They can log in to the org only when they successfully authenticate and complete the flow. -
The CRM Salesforce is focused on fulfilling a main objective: to be part of the success of its customers and a large number of success stories around the world.
-
Anjali
MemberApril 9, 2020 at 12:39 pm in reply to: What are the three types of object relationships in Salesforce?Master-detail relationship.
Lookup relationship.
Self-relationship. -
Bucketing lets you quickly categorize report records without creating a formula or a custom field, Bucket fields can be used like any other field to sort, filter, and group your report. When you create a bucket field, you define multiple categories (buckets) used to group report values.
-
Merge Mappings give you the ability to merge field data from Salesforce into your documents fields before sending them out for signature.
-
SOQL is used to retrieve data, specially used for Salesforce database.
-
Anjali
MemberApril 8, 2020 at 12:44 pm in reply to: What’s the difference between Salesforce.com & Force.com?Salesforce is a company that first introduced cloud based CRM. force.com is the platform which enables us to develop.
-
Anjali
MemberApril 7, 2020 at 2:22 pm in reply to: What is the use of setting up site in salesforce?Salesforce Sites enables you to create public websites and applications that are directly integrated with your Salesforce organization—without requiring users to log in with a username and password. To set up a Salesforce Site: From Setup, enter Sites in the Quick Find box, then select Sites.
-
This is a form of lookup relationship where instead of two tables/ objects, the relationship is within the same table/ object. Hence the name self-relationship. Here, the lookup is referenced to the same table.