Forum Replies Created

Page 11 of 17
  • An approval process is triggered by explicitly clicking the "Submit for Approval" button. Workflow consists of a single step and single-action Approval process consists of multiple steps.

  • Pooja

    Member
    April 30, 2020 at 2:51 pm in reply to: What is sender profiles in Salesforce marketing Cloud?

    sender profile within Marketing Cloud Setup specifies the form information for a send in a central location. Marketing Cloud Email reuses that information across multiple sends without requiring selection each time

  • Pooja

    Member
    April 29, 2020 at 4:11 pm in reply to: What is needed for data mapping in Salesforce?

    Data mapping simply means matching of data. It is needed in order to save correct results from source to a target system.

  • Complete the information in the Properties section:
    Complete the information in the Fields section:
    If more than one column in each data extension is involved, click Add to display another set of <select field> list boxes.
    Click Save.

  • SOQL statements can't exceed 20,000 characters.

  • Pooja

    Member
    April 28, 2020 at 5:33 pm 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.

  • Pooja

    Member
    April 28, 2020 at 5:32 pm in reply to: What is the feature of Lightning Bolt in Salesforce?

    Lightning Bolt Solutions are the packages of different solutions bundled in one package.

  • Pooja

    Member
    April 28, 2020 at 5:31 pm in reply to: What is Data mapping in Salesforce ?

    Data mapping in Salesforce are used to map the data from the agreement document to Salesforce after the sign of recipient

  • Pooja

    Member
    April 27, 2020 at 2:24 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.

  • Pooja

    Member
    April 27, 2020 at 2:23 pm in reply to: What is meant by quick action in Salesforce?

    Quick actions enable users to do more in Salesforce and in the Salesforce mobile app.

  • Pooja

    Member
    April 27, 2020 at 2:23 pm in reply to: What is meant by tag in Salesforce?

    Use an <apex:outputPanel> to group components together for AJAX refreshes.

  • Pooja

    Member
    April 24, 2020 at 11:46 am in reply to: What is mock test class in Salesforce?

    Provide an implementation for the HttpCalloutMock interface to specify the response sent in the respond method, which the Apex runtime calls to send a response for a callout.

  • Pooja

    Member
    April 24, 2020 at 11:44 am in reply to: How do you create an indirect lookup relationship in Salesforce?

    Go to “Setup” and use “Quick Find.”
    Input the object name and select it.
    Click on the customer ID field.
    Click “Edit” and select “Change Field Type.”
    Select “Indirect Lookup Relationship” and click “Next.”
    Select “Account” in the “Related To” value and click “Next.”
    Choose “Customer ID” in the value for the “Target Field” and click “Next.”
    For the field length, input “18.”
    Leave everything else in their default settings and click “Next.”
    Depending on your preference, you can choose to make this new component visible to everyone in the system. To do this, select “Visible” and click “Next.” This is a setting that you can change later on. There are times when it might be better if you became selective with granting access.
    Leave all other settings in default mode then click “Save.” As you do this, you will find a new Orders list on your Accounts pages.

  • Pooja

    Member
    April 24, 2020 at 11:42 am in reply to: What is Bayeux protocol in Salesforce?

    Bayeux Protocol, CometD, and Long Polling. Streaming API uses the Bayeux protocol and CometD for long polling.

  • Pooja

    Member
    April 23, 2020 at 4:36 pm in reply to: Does apex Support Angular Js ?

    Yes, Apex support Angular Js

  • Pooja

    Member
    April 23, 2020 at 4:35 pm in reply to: What is meant By @testVisible in test class in Salesforce?

    These members include methods, member variables, and inner classes. This annotation enables a more permissive access level for running tests only. This annotation doesn’t change the visibility of members if accessed by non-test classes.

  • Pooja

    Member
    April 23, 2020 at 4:34 pm in reply to: What is Blob in Apex in Salesforce ?

    You can convert this data type to String or from String using the toString and valueOf methods, respectively. Blobs can be accepted as Web service arguments, stored in a document (the body of a document is a Blob), or sent as attachments.

  • Pooja

    Member
    April 22, 2020 at 5:47 pm in reply to: How many types of chatter group in Salesforce?

    1). Public : Anyone can join a public group.
    2. Private : Only group members can see and add posts, comments, and files.
    3. UnListed : Only group members and users with the “Manage Unlisted Groups” permission can see and add posts, comments, and files. People can’t ask to join the group.
    4. Groups with customers :Private and unlisted groups can allow customers.
    5. Archived : When a group is archived, people can no longer create posts but previous posts are retained for reference

  • Pooja

    Member
    April 22, 2020 at 5:46 pm in reply to: What are the methods used in HTTP callouts in Salesforce?

    GET: Retrieve data identified by a URL.
    POST: Create a resource or post data to the server.
    DELETE: Delete a resource identified by a URL.
    PUT: Create or replace the resource sent in the request body.

  • Pooja

    Member
    April 22, 2020 at 5:45 pm in reply to: What are the resources of Salesforce?

    Static resources allow you to upload content that you can reference in a Visualforce page, including archives (such as . zip and . jar files), images, style sheets, JavaScript, and other files.

  • Pooja

    Member
    April 21, 2020 at 2:26 pm in reply to: What are the Salesforce subsidiaries?

    Parent account can even be just a container for grouping multiple entities together and storing general address and contact information while subsidiaries itself would save information about contacts and their relation with the company.

  • Pooja

    Member
    April 21, 2020 at 2:25 pm in reply to: Cross object formula in Salesforce?

    detail side of a master-detail relationship. Cross-object formulas also work with lookup relationships.You can reference fields from objects that are up to 10 relationships away. Cross-object formulas are available anywhere formulas are used except when creating default values

  • Pooja

    Member
    April 21, 2020 at 2:24 pm in reply to: What is 'ApexPages.StandardSetController' in Salesforce?

    It contains a list of records (one or more), and has additional functions to facilitate pagination (moving between pages) and updating a number of records at once.

  • Pooja

    Member
    April 21, 2020 at 2:23 pm in reply to: When does a field is indexed in Salesforce?

    When a field is indexed, its values are stored in a more efficient data structure. This takes up more space but improves performance

  • Pooja

    Member
    April 21, 2020 at 2:22 pm in reply to: What is bucket field in Salesforce reports?

    When you create a bucket field in Salesforce, you define multiple categories into groups depending on the record values, this bucket field will not affect other Salesforce reports. Bucket fields in Salesforce are available in Tabular reports, Summary Reports and Matrix reports.

Page 11 of 17