Forum Replies Created

Page 19 of 26
  • Anjali

    Member
    April 30, 2020 at 12:19 pm in reply to: What is Tooling API in Salesforce ?

    Tooling API exposes metadata information of Org, we can access Metadata information using REST or SOAP.

  • Anjali

    Member
    April 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.

  • Anjali

    Member
    April 30, 2020 at 12:17 pm in reply to: What is the role of Thread Id in Salesforce ?

    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

    Member
    April 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

  • Anjali

    Member
    April 29, 2020 at 12:57 pm in reply to: Mock and Stub Objects in Salesforce?

    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

    Member
    April 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.

  • Anjali

    Member
    April 28, 2020 at 11:48 am in reply to: What is Apex in Salesforce?

    Apex is used to carry out operations over salesforce org.

  • Anjali

    Member
    April 28, 2020 at 11:47 am in reply to: How users are differentiated in salesforce?

    Users are differentiated by creating their own individual profiles in salesforce. Each profile defines the level of access in salesforce organization.

  • Anjali

    Member
    April 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

    Member
    April 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

    Member
    April 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

    Member
    April 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.

  • 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.

  • Anjali

    Member
    April 24, 2020 at 12:48 pm in reply to: What is EventBus Namespace in Salesforce ?

    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

    Member
    April 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.

  • Anjali

    Member
    April 23, 2020 at 12:41 pm in reply to: What is OAuth in Salesforce?

    OAuth is an open protocol that authorizes a client application to access data from a protected resource through the exchange of tokens.

  • Anjali

    Member
    April 23, 2020 at 12:34 pm in reply to: what is Apex matadata Api in salesforce ?

    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

    Member
    April 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

    Member
    April 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

    Member
    April 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.

  • Workflow and Flows includes graphical designer.

  • Anjali

    Member
    April 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.

  • In 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

    Member
    April 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.

  • Anjali

    Member
    April 20, 2020 at 1:18 pm in reply to: What is an Audit trail?

    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.

Page 19 of 26