Forum Replies Created

Page 7 of 21
  • Marziya

    Member
    August 17, 2020 at 10:16 am in reply to: What is feed based layout in Salesforce?

    Feed-based layouts are available on account, asset, case, contact, lead, opportunity, custom, and external objects.

  • Marziya

    Member
    August 14, 2020 at 2:48 pm in reply to: What is Apex Doc and how can we implement it?

    ApexDoc is a java app that we can use to document our Salesforce Apex classes.

  • Marziya

    Member
    August 14, 2020 at 2:37 pm in reply to: How do I share apex records in Salesforce?

    To create an Apex sharing reason: From the management settings for the custom object, click New in the Apex Sharing Reasons related list.

  • Marziya

    Member
    August 14, 2020 at 2:34 pm in reply to: What all data type can be used as controlling fields in Salesforce?

    Controlling fields can be any picklist (with at least one and fewer than 300 values) or checkbox field on the same record.

  • Marziya

    Member
    August 13, 2020 at 3:11 pm in reply to: How long is a Salesforce ID?

    15 digit , it may be number Or letters.

  • In Workflow, you can reference fields on the record's parent. Process Builder, on the other hand, lets you access the fields on any related record, no matter how far away that record is. You can reference fields on a parent record, grandparent record, or great-great-great-grandparent record twice removed.

  • Marziya

    Member
    August 13, 2020 at 2:58 pm in reply to: What is 2F authentication in salesforce?

    Two-factor authentication is an essential user authentication method—so essential that Salesforce provides two types of two-factor authentication. Service-based—Also known as device activation, service-based two-factor authentication is automatically enabled for all orgs.

  • Marziya

    Member
    August 12, 2020 at 1:10 pm in reply to: What is Test.isRunningTest() in Apex ?

    isRunningTest(): The Test. isRunningTest() method in the Apex class, batch or trigger code is used to identify the pieces of code being executed & invoked from a Test class execution.

  • Marziya

    Member
    August 12, 2020 at 1:09 pm in reply to: When to Use “__r” Over “__c” in Salesforce?

    In short, “__c” signifies something custom in Salesforce while “__r” signifies a relationship. When you use__c”, you are telling Salesforce that you need the data that is stored in that particular custom field, whatever it may be.

  • Marziya

    Member
    August 12, 2020 at 1:07 pm in reply to: In Salesforce Marketing Cloud, what is Send Throttle?

    This feature will send emails or sms during the time range which you specify every day, starting the day you send email or sms, till all your emails or sms are sent.

  • Marziya

    Member
    August 10, 2020 at 3:53 pm in reply to: Can we apply SQL query on List in Salesforce Marketing Cloud? How?
    1. SELECT: command to locate data on a database.
    2. FROM: location where data reside within Marketing Cloud (usually a data extension)
    3. JOIN: allows the query to search multiple tables and/or data extensions.
    4. WHERE: used to filter out data you do/don't want.
  • Only One

  • Marziya

    Member
    August 10, 2020 at 3:50 pm in reply to: Whats are best practices from Email sending?
    • Test email content. Before you send a campaign, be sure to test your content so you don't send emails with missing data or broken links. ...
    • Track clicks and open rates. ...
    • Avoid spammy content. ...
    • Build a clean list. ...
    • Avoid excess code.
  • Marziya

    Member
    August 7, 2020 at 2:51 pm in reply to: How do you do a fast lookup flow in Salesforce?
    1. From Setup, click Create | Workflow & Approvals | Flows and open a new or existing flow.
    2. From the Palette, drag the Fast Lookup element onto the canvas.
    3. Enter the general settings for the element.
  • Marziya

    Member
    August 7, 2020 at 2:47 pm in reply to: How do I use custom settings in Salesforce flow?
    1. Go to Set up > Type custom settings > Click New.
    2. Label = Q1 Actions, Name = Q1_Actions, Setting Type = 'Hierarchy', Visibility = 'Public', Include a description as needed.
    3. Click Save.
    4. On the next page, Click New under custom fields.
  • Marziya

    Member
    August 7, 2020 at 2:41 pm in reply to: What is flow trigger in Salesforce?

    With flow triggers, you can automate complex business processes—create flows to perform logic, and have events trigger the flows via workflow rules—without writing code. For example, your flow looks up and assigns the relevant entitlement for a case.

  • Marziya

    Member
    August 6, 2020 at 2:48 pm in reply to: How to create a theme layout component in Salesforce?

    <div data-md="83" lang="en-IN"><div><div>

    1. In Experience Workspaces, click Builder to open Experience Builder. Note. ...
    2. Click. ...
    3. In the Developer Console, click File | New | Lightning Component.
    4. Name the component condensedThemeLayout and click Submit. ...
    5. Replace the contents of the component with this code. ...
    6. Save condensedThemeLayout.

    <div><div data-hveid="CAwQBA" data-ved="2ahUKEwiX7LKo6YbrAhXPzDgGHVVJD9EQFSgCMAJ6BAgMEAQ">
    </div></div></div></div></div>

  • <div>Data Filters in a Marketing Cloud Group
    You can use data filters to segment subscriber lists by selecting the data filter when you create a group, regardless of whether you use interactions in Email Studio.
    </div>

  • Page 7 of 21