Pooja
IndividualForum Replies Created
-
Fields you create on standard or custom objects are called custom fields. You can create a custom field on the Contact object to store your contacts' birthdays. Identity, system, and name fields are standard on every object in Salesforce.
-
Apex integration is used to communicate between the two system in Salesforce.
-
Pooja
MemberMay 12, 2020 at 2:13 pm in reply to: What is the advantage of adding quick action on an object in Salesforce?You can add global quick actions to almost any page that supports actions. Use global actions to let users log call details, create or update records, or send email, all without leaving the page they’re on.
-
Pooja
MemberMay 11, 2020 at 5:50 am in reply to: What is the use of getKeyPrefix() function in Salesforce ?It is a predefined function of DescribeSObjectResult Class which Returns the three-character prefix code for the object.
-
Utility classes are helper classes that consists of reusable methods. From triggers we can call methods in such public classes.
-
*Set up all conditions for testing.
*Call the method (or Trigger) being tested.
*Verify that the results are correct.
*Clean up modified records. -
Connected Apps use the standard OAuth 2.0 protocol to authenticate, provide Single Sign-On, and acquire access tokens for use with Salesforce APIs.
-
It Contains schedule information for a scheduled job. CronTrigger is similar to a cron job on UNIX systems.
-
Pooja
MemberMay 8, 2020 at 4:06 pm in reply to: what is the use of getRecordTypeInfosByDeveloperName() function in SalesforceIt is Predefined function of DescribeSObjectResult Class whichReturns a map that matches developer names to their associated record type.
-
-Views are smarter.
-Dashboards allow more columns. ...
-Drag-and-drop status changes make -
A sObject Token is simply a reference to an SObject.
-
It returns the nearest number to a number you specify, constraining the new number by a specified number of digits.
-
A case assignment rule in Salesforce is really a grouping of rules that will help you automatically assign cases throughout your support organization based on criteria captured on the case records.
-
is a great way to connect divided data within Salesforce reporting (and also for deduplicating reports too).
-
Chatter is a real-time collaboration application in Salesforce that lets your users work together, talk to each other, and share information.
-
Pooja
MemberMay 5, 2020 at 6:13 am in reply to: How does Field Service Lighting work in Salesforce ?When Field Service Lightning is enabled, you gain access to a suite of standard objects that you can find in Setup and as tabs in Salesforce.
-
Virtual class are functional classes and can be instantiated or extended without then need of overriding methods.
-
Lookup filters are administrator settings that restrict the valid values and lookup dialog results
-
Pooja
MemberMay 4, 2020 at 4:44 pm in reply to: Can @future method call other @future method in salesforce, if not why?You cannot call another future method from a future method.
-
if the string is not empty and not null. It returns true if the specified String is empty or null otherwise, returns false.
-
Data Import Wizard makes it easy to import data for many standard Salesforce objects, including accounts, contacts, leads, solutions, campaign members, and personal accounts
-
Custom labels are custom text values that can be accessed from Apex classes, Visualforce pages, or Lightning components.
-
A report type can be looked at as a template or framework that tells Salesforce which objects/relationships to look at and which fields to grab
-
Around 5000
-
It is a group of records that have been identified as duplicates. Each duplicate record set contains one or more duplicate record items.