Forum Replies Created

Page 13 of 17
  • Ratnesh

    Member
    March 3, 2020 at 2:22 pm in reply to: What is meant by without sharing class in Salesforce?

    Class with sharing and without sharing in Salesforce. With Sharing - Enforce the sharing rules that apply to current user. Without Sharing - Doesn't enforce the sharing rules

  • Ratnesh

    Member
    March 2, 2020 at 2:05 pm in reply to: What is meant by support process in Salesforce?

    A support process is the case status values assigned to a case record type. ( chosen from the case status field values) A Business process is the stage values assigned to an opportunity record type. ( chosen from the opportunity stage field values)

  • A URL mapping for my_url will only match a REST resource containing my_url and not My_Url . To use this annotation, your Apex class must be defined as global.

  • Ratnesh

    Member
    March 2, 2020 at 2:01 pm in reply to: What is the of use webService keyword in Salesforce?

    Use the web-service keyword to define top-level methods and outer class methods. You can't use the web-service keyword to define a class or an inner class method. ... Methods defined with the web-service keyword are inherently global. Any Apex code that has access to the class can use these methods.

  • Ratnesh

    Member
    February 28, 2020 at 4:35 pm in reply to: How does OAuth work in Salesforce?

    OAuth is an open convention that approves a customer application to get to information from an ensured asset through the trading of tokens. In Salesforce, you can utilize OAuth approval to support a customer application's entrance to your organization's secured assets.

  • Ratnesh

    Member
    February 28, 2020 at 4:31 pm in reply to: How SOAP and REST will Communicate in Salesforce?

    SOAP & REST both are used for integration purpose, SOAP will communicate through the WSDL file while the REST will communicate through the HTTP file.

  • Ratnesh

    Member
    February 28, 2020 at 4:28 pm in reply to: What is JSON in Salesforce?

    JavaScript Object Notation (JSON) support in Apex empowers the serialization of Apex objects into JSON design and the deserialization of serialized JSON content. It contains strategies used to serialize objects into JSON content utilizing the standard JSON encoding.

  • Ratnesh

    Member
    February 26, 2020 at 2:19 pm in reply to: When to Use SOAP API for integration in Salesforce?

    You can use SOAP API to create, retrieve, update, or delete records. You can also use SOAP API to perform searches and much more. Use SOAP API in any language that supports web services. For example, you can use SOAP API to integrate Salesforce with your org's ERP and finance systems.

  • Ratnesh

    Member
    February 26, 2020 at 2:17 pm in reply to: when we can use a mock and a stub in Salesforce?

    You can use it to test classes in isolation, which is important for unit testing. Building your mocking framework with the stub API can also be beneficial because stub objects are generated at runtime. Because these objects are generated dynamically, you don't have to package and deploy test classes.

  • Ratnesh

    Member
    February 26, 2020 at 2:14 pm in reply to: What is mock and a stub in Salesforce?

    Mocks and stubs are more advanced topics in the realm of unit testing. However, they're incredibly useful for making tests easier to write, understand, and maintain. They also insulate the code you're testing from changes to other parts of your code base.

  • Ratnesh

    Member
    February 25, 2020 at 2:30 pm in reply to: What is Pardot in salesforce marketing Cloud?

    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.

  • Ratnesh

    Member
    February 25, 2020 at 2:29 pm in reply to: What are the two different flavors of Apex callouts Salesforce?

    The two different callouts are:-

    • SOAP
    • REST
  • Ratnesh

    Member
    February 25, 2020 at 2:26 pm in reply to: What is the use of Matrix report in Salesforce?

    Matrix reports allow records to summarize data by both columns and rows. Salesforce Matrix report is used to compare related tools. Matrix reports can be used as the source report for dashboard components. These are used to summarize large amounts of data.

  • Ratnesh

    Member
    February 24, 2020 at 2:11 pm in reply to: What is a web lead in Salesforce?

    A web lead is a website that has rounded out a web structure by giving a few, or all, of their contact data. The structure can be basic, requesting an email address, or an increasingly mind-boggling structure requiring itemized contact data and extra inquiries.

  • Ratnesh

    Member
    February 24, 2020 at 2:09 pm in reply to: When to use Apex email services in Salesforce?

    Email Services in Salesforce (Email to Object) Email administrations are computerized forms that utilization Apex classes to process the substance, headers, and connections of inbound messages. For instance, you can make an email administration that naturally makes contact records dependent on the contact data in messages.

  • Ratnesh

    Member
    February 24, 2020 at 2:06 pm in reply to: What are the features of Service Cloud Essentials in Salesforce?

    The features of Service Cloud Essentials in Salesforce are:-

    1. Salesforce mobile app.
    2. Collaboration tools.
    3. Case auto-assignment.
    4. Email optimization (web and email case capture and auto-response)
    5. Case escalation rules and queues.
    6. Lead-contact account management.
    7. Task management and activity tracking.
    8. Lightning app builder.
  • Fundamentally, to contrast old field estimation of record and the new incentive in trigger we have to get to trigger.oldmap and trigger.newmap. Salesforce gives trigger.oldmap wherein all the old records are put away in map with keyset as their id's. We can contrast the old qualities and new qualities as in the beneath model. Let's see how we can actualize such information approval by getting old incentives in triggers.

  • Ratnesh

    Member
    February 24, 2020 at 5:37 am in reply to: What is the purpose of case management in Salesforce?

    Case management systems take into consideration an increasingly productive and progressively complete client assistance methodology. Any communication with a client is viewed as a "case," and these sorts of frameworks permit organizations to follow these cases and gather them together in one spot.

  • Ratnesh

    Member
    February 24, 2020 at 5:32 am in reply to: How many types of API's available in Salesforce?

    Salesforce APIs: Below is the various kinds of Salesforce APIs accessible.

    REST API: This is valuable to get to objects in your Salesforce association utilizing REST.

    SOAP API: This API is valuable to coordinate your Salesforce association information with other applications utilizing SOAP.

    BULK API: This API is valuable to work with an enormous number of records (Load or erase a huge number of records).

    METADATA API: This API is valuable to oversee fabricate apparatuses and oversee customizations.

    Streaming API: This API gives a flood of information reflecting information changes in your Salesforce association.

    Tooling API: This API is helpful to fabricate custom improvement apparatuses for force.com applications.

    Prattle REST API: This API is valuable access babble feeds and social information utilizing REST.

    Wave Analytics REST API: We can get to Wave examination informational collections automatically by utilizing this API

  • Ratnesh

    Member
    February 24, 2020 at 5:22 am in reply to: What is API in Salesforce and why we use API ?

    The API/programming interface is Nothing yet it is an application programming interface and fundamentally it is utilized to impart between the server and the customer side.

  • Ratnesh

    Member
    February 24, 2020 at 5:20 am in reply to: What is the Static Resources in Salesforce ?

    Static assets permit you to transfer content that you can reference in a Visualforce page, including documents, (for example, .compress and .container records), pictures, templates, JavaScript, and different documents.

    Utilizing a static asset is desirable over transferring a record to the Documents tab in light of the fact that:

    You can bundle an assortment of related documents into an index chain of command and transfer that order as a .zip or .container file.

    You can reference a static asset in page markup by name utilizing the $Resource worldwide variable rather than hard-coding report IDs:

  • Ratnesh

    Member
    February 24, 2020 at 5:19 am in reply to: What is lightning event in Salesforce?

    There are 2 sorts of occasions in Salesforce:-

    1.Component Events

    2.Application Events

    Part Events-

    A part occasion is an occasion that is terminated by a lightning segment. A segment occasion can either be taken care of by the part itself or it very well may be dealt with by whatever another segment which is available in the chain of importance that gets the occasion.

    Application Events-

    An application occasion is commonly similar to a communicated message. Like on the off chance that you send a communicate, at that point all the recipients that are designed to acknowledge that communicate message get that message. Essentially, an application occasion is terminated by a part and the various segments that have the handler characterized to get that occasion are informed when the occasion is terminated. Application Events are not bound by any progressive system or relationship.

  • Returns the status of a nonconcurrent supplement or update activity dependent on the one of a kind identifier related with every change. Returns the rundown of individual records that have been erased for a sObject type inside the predetermined beginning and end dates and times and that are still in the Recycle Bin.

  • Ratnesh

    Member
    February 24, 2020 at 5:08 am in reply to: What are the various types of integration in Salesforce ?

    Business Logic Integration

    Data integration.

    UI integration

  • Ratnesh

    Member
    February 24, 2020 at 5:06 am in reply to: What is the use of WSDL file in Salesforce ?

    A WSDL is an XML-archive which contains an institutionalized portrayal on the most proficient method to impart utilizing a web administration (the Salesforce API is uncovered as a web administration). The WSDL is utilized by designers to help in the making of Salesforce incorporation pieces.

Page 13 of 17