Forum Replies Created

Page 2 of 21
  • Marziya

    Member
    December 2, 2020 at 2:53 pm in reply to: How much Einstein analytics costs per user in Salesforce?

    Business technology major Salesforce has revealed the price of Salesforce Einstein Analytics for its CRM customers. The starting price of Sales Analytics and Service Analytics is $75 per user, per month. The B2B Marketing Analytics is available for $300 per month, for up to five users.

  • Marziya

    Member
    December 2, 2020 at 2:50 pm in reply to: Can we use jQuery in lightning component?

    jQuery doesn't support Lightning components. For sure, in the last case, you can use a standard button with appropriate SLDS (Salesforce Lightning Design System) styles, but using the lightning components is a proper approach.

  • Marziya

    Member
    December 1, 2020 at 1:49 pm in reply to: What is the use of Email studio in Salesforce?

    Email Studio is a very important part of the Salesforce Marketing Cloud, it is used to build and send personalized emails from basic newsletters to the most complex campaigns, deliver promotional, transactional, and triggered messages and also track and optimize to drive performance.

  • Marziya

    Member
    December 1, 2020 at 12:06 pm in reply to: What are stories in Einstein analytics in Salesforce?

    Einstein Discovery augments your analysis by quickly sifting through huge amounts of data to uncover statistically significant correlations for you to investigate further.

  • Marziya

    Member
    November 30, 2020 at 3:54 pm in reply to: What is CDN in lightning component in Salesforce?

    Allows users to load Lightning Experience and other apps faster by enabling Akamai's content delivery network (CDN) to serve the static content for Lightning Component framework. ... This setting turns on CDN delivery for the static JavaScript and CSS in the Lightning Component framework.

  • Marziya

    Member
    November 30, 2020 at 1:51 pm in reply to: What is multipart form data in Salesforce?

    multipart/form-data can be used for forms that are presented using representations like spreadsheets, Portable Document Format, etc. i.e other than HTML.

  • Marziya

    Member
    November 25, 2020 at 9:55 am in reply to: What is blob in Salesforce?

    This data type converts the attachments into a single object.

  • Marziya

    Member
    November 25, 2020 at 9:54 am in reply to: How do I send an email from a batch class in Salesforce?
    1. Step 1: Create the EmailManager class. In the Developer Console, click File > New > Apex Class. ...
    2. Step 2: Create the Batch Class. ...
    3. Step 3: Run the Batch.
  • Marziya

    Member
    November 25, 2020 at 9:51 am in reply to: How to combine two datasets in Einstein analytics?
    1. Create a new data flow and use edgemart transformation.
    2. Now, we will use augment transformation to merge them into one dataset. ...
    3. We are just one step away from merging the two datasets. ...
    4. Update and run your data flow.
  • Marziya

    Member
    November 24, 2020 at 11:26 am in reply to: What is AccountTeam in Salesforce?

    In this step, you'll set up account teams to give sales reps, engineers, customer support reps, and consulting reps access to the opportunities and cases related to accounts that they are working on. Enable account teams.

  • Marziya

    Member
    November 24, 2020 at 11:24 am in reply to: What is Blob in Apex in salesforce ?

    Blob is a collection of binary data stored as a single object. 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.

  • Marziya

    Member
    November 24, 2020 at 11:21 am in reply to: What are the different types of Exceptions in Salesforce?
    • AsyncException. Any problem with an asynchronous operation, such as failing to enqueue an asynchronous call.
    • CalloutException. ...
    • DmlException. ...
    • EmailException. ...
    • ExternalObjectException. ...
    • InvalidParameterValueException. ...
    • LimitException. ...
    • JSONException.
  • Marziya

    Member
    November 23, 2020 at 3:20 pm in reply to: Why do We Need Custom Settings?

    custom settings let you utilize custom data sets across your org. Custom settings also let you distinguish particular users or profiles based on custom criteria.

  • Marziya

    Member
    November 23, 2020 at 3:18 pm in reply to: Where to use AccountShare object in Salesforce?

    AccountShare is a Standard Salesforce Object, Represents a sharing entry on an Account. Detailed description: At times, users may need to manage their record Sharing tables via the API.

  • Wherever possible, you create Visualforce pages that behave correctly whether they run in Salesforce Classic or Lightning Experience. The less code you write, the less code you have to test and maintain. The benefits in terms of reduced complexity in your organization's code and configuration are obvious.

  • Marziya

    Member
    November 6, 2020 at 3:11 pm in reply to: How to use connected apps in Salesforce?

    A connected app is a framework that enables an external application to integrate with Salesforce using APIs and standard protocols, such as SAML, OAuth, and OpenID Connect. Connected apps use these protocols to authenticate, authorize, and provide single sign-on (SSO) for external apps.

  • Marziya

    Member
    November 5, 2020 at 8:32 am in reply to: How to use flow to send an email alert in Salesforce?

    To send email from your flow, either call an email alert action or create the email in the flow. Send an email by using a workflow email alert to specify the email template and recipients. The flow provides only the record ID. Send an email by specifying the subject, body, and recipients in the flow.

  • Marziya

    Member
    November 5, 2020 at 8:32 am in reply to: What is the use of UIThemeDisplayed in Salesforce?

    These global merge fields identify the Salesforce look and feel a user sees on a given Web page. The difference between the two variables is that $User. UITheme returns the look and feel the user is supposed to see, while $User.

  • Marziya

    Member
    November 5, 2020 at 8:30 am in reply to: How to add flow in Salesforce Site?
    1. Create an Embedded Service deployment.
    2. In the Embedded Service Deployment Settings page, click Start next to Flow Settings.
    3. Under Flow Name, select the flow you want to use in your Embedded Service deployment.
    4. Click Save.
  • Marziya

    Member
    November 3, 2020 at 1:52 pm in reply to: How do we check certain field values in object in Salesforce?
    1. Click on SetUp (Gear Icon) and then click on the Object Manager.
    2. Click on the object you will be adding the Look Up field to. ...
    3. Select Fields & Relationships and then click the New.
    4. Select Lookup Relationship from the Data Type list and click Next.
    5. Select Contact from the Related To dropdown and click Next.
  • Marziya

    Member
    October 30, 2020 at 1:19 pm in reply to: How many future methods can be called in single Apex transaction?

    The maximum number of future method invocations per a 24-hour period is 250,000 or the number of user licenses in your organization multiplied by 200, whichever is greater.

  • Marziya

    Member
    October 30, 2020 at 1:18 pm in reply to: What is QTC in Salesforce?

    The quote-to-cash (QTC) process encompasses many sales, account management, order fulfillment, billing, and accounts receivables functions.

  • Marziya

    Member
    October 30, 2020 at 1:16 pm in reply to: What does CPQ stand for in Salesforce?

    CPQ Salesforce, or Configure, Price, Quote Software by Salesforce is a sales tool for companies to provide accurate pricing with any given product configuration scenario.

  • Marziya

    Member
    October 29, 2020 at 1:03 pm in reply to: Can we run Async SOQL query on workbench in Salesforce?

    Use the Async SOQL API to run queries on big, standard, and custom objects. It provides the optimal way to process large amounts of data stored in Salesforce big objects. Each query runs in the background, and by default, a single query can be executing at any given time

  • Marziya

    Member
    October 29, 2020 at 1:00 pm in reply to: What is the best way to query big objects

    To retrieve millions and millions of potential records from custom Big Objects, Async SOQL can be used. It can run queries that normally time out with regular SOQL. Multiple queries can run in the background and updation of completion status can be monitored. Async SOQL is the best way to query huge amount of data.

Page 2 of 21