Anjali
IndividualForum Replies Created
-
Tooling API exposes metadata information of Org, we can access Metadata information using REST or SOAP.
-
Anjali
MemberApril 30, 2020 at 12:18 pm in reply to: What is the role of Metadata Services Class in Salesforce ?Salesforce uses metadata types and components to represent org configuration and customization. Metadata is used for org settings that admins control, or configuration information applied by installed apps and packages.
-
The thread ID is a unique number that identifies the organization and case associated with the outgoing email. It helps ensure that replies to the original email are associated with the correct case.
-
Anjali
MemberApril 29, 2020 at 12:58 pm in reply to: What is trigger newMap keySet () in Salesforce?Trigger.newMap.keySet() gives you id of the all record which are going to update but in the case of before insert you will get null because record still don't have any id as it is going to insert
-
a mock and a stub object are slightly different. Mock objects work on the object level. Stubs replace individual methods. On the Lightning Platform, developers write mocks and stubs by extending platform interfaces.
-
Anjali
MemberApril 29, 2020 at 12:56 pm in reply to: What does lightning:isUrlAddressable do in lightning Salesforce?lightning:isUrlAddressable enables you to generate a user-friendly URL for a Lightning component with the pattern /cmp/componentName instead of the base-64 encoded URL you get with the deprecated force:navigateToComponent event.
-
Apex is used to carry out operations over salesforce org.
-
Users are differentiated by creating their own individual profiles in salesforce. Each profile defines the level of access in salesforce organization.
-
Anjali
MemberApril 28, 2020 at 11:46 am in reply to: What are the functionality can be handled by Custom objects?The Salesforce administrator defines custom objects and their properties, such as custom fields, relationships to other types of data, page layouts, and a custom tab. They have the clarity of names from the starting and the functionalities can be defined as per the requirement and better then going with the conventional functionalities.
-
Anjali
MemberApril 27, 2020 at 1:54 pm in reply to: How to use javascript inside the visualforce page?The best way is to use javascript as a static resource inside the vf page.
-
Anjali
MemberApril 27, 2020 at 1:53 pm in reply to: How many types of Object-specific actions in Salesforce?The actions are specified to that particular object only on which they are defined.
-
Anjali
MemberApril 27, 2020 at 1:48 pm in reply to: $A namespace in javascript controller lightning cmp in Salesforce?The $A namespace is the entry point for using the framework in JavaScript code.
-
Anjali
MemberApril 24, 2020 at 12:49 pm in reply to: What is role of toPdf(stringToConvert) Method of Blob Class In Salesforce /Blob is a collection of binary data stored as a single object. Returns the number of characters in the Blob. toPdf(stringToConvert) Creates a binary object out of the given string, encoding it as a PDF file.
-
The EventBus namespace provides classes and methods for platform events and Change Data Capture events. The following are the classes in the EventBus namespace. ChangeEventHeader Class. Contains header fields of Change Data Capture events.
-
Anjali
MemberApril 24, 2020 at 12:47 pm in reply to: What is the role of TestBroker Class in Salesforce ?Delivers platform event messages to the test event bus. Use this method to deliver test event messages multiple times and verify that event subscribers have processed the test events each step of the way.
-
OAuth is an open protocol that authorizes a client application to access data from a protected resource through the exchange of tokens.
-
The Apex Metadata API was launched in Summer 2017 Salesforce release. When used along with Custom Metadata types, Apex Metadata API will allow app providers and Enterprises to build setup screens that can be used by admins to do setup of apps.
-
Anjali
MemberApril 23, 2020 at 12:31 pm in reply to: what is page layouts matadata api in salesforce ?Represents custom console components (Visualforce pages, lookup fields, or related lists; Canvas apps not available) on a page layout. Custom console components only display in the Salesforce console.
-
Anjali
MemberApril 22, 2020 at 2:11 pm in reply to: What is the role of JavaScript Remoting in Salesforce ?JavaScript remoting is a tool that front-end developers can use to make an AJAX request from a Visualforce page directly to an Apex controller. JavaScript remoting allows you to run asynchronous actions by decoupling the page from the controller and to perform tasks on the page without having to reload the entire page.
-
Anjali
MemberApril 22, 2020 at 2:11 pm in reply to: What is the role of transient keyword in apex ?Use the Transient keyword to declare instance variables that can't be saved and shouldn't be transmitted as part of the view state for a visualforce page. These variables will not persist across multiple transactions or when a visualforce page is refreshed.
-
Anjali
MemberApril 22, 2020 at 2:09 pm in reply to: Which two automation tools include a graphical designer in Salesforce?Workflow and Flows includes graphical designer.
-
Anjali
MemberApril 21, 2020 at 11:32 am in reply to: Which fields are automatically indexed in Salesforce?The following fields are indexed by default: primary keys (Id, Name and Owner fields), foreign keys (lookup or master-detail relationship fields), audit dates (such as LastModifiedDate), and custom fields marked as External ID or Unique.
-
Anjali
MemberApril 21, 2020 at 11:31 am in reply to: What are the different types of email templates that can be created in SalesforcIn Salesforce Classic, you can create four different types of email templates: text, HTML with letterhead, custom, and Visualforce. All of these email templates can include text, merge fields, and attached files.
-
Anjali
MemberApril 21, 2020 at 11:26 am in reply to: What are the types of reports that we have in Salesforce?There are four types of reports you can create in Salesforce, Tabular, Summary,Matrix and Joined Reports. Each are best suited for showing different types of data depending on what you want out of a report.
-
It is a security-relevant chronological record, set of records, and/or destination and source of records that provide documentary evidence of the sequence of activities that have affected at any time a specific operation, procedure, or event.