Forum Replies Created

Page 7 of 24
  • Deepak

    Member
    September 8, 2020 at 6:16 am in reply to: How to test a metadata callback in Salesforce?

    To test your deployment results, verify that your callback handles expected and unexpected results. Your callback is normally called by Salesforce as part of the asynchronous deployment process. So to test your callback outside of the deployment process, create tests that use your callback class directly.

  • Deepak

    Member
    September 7, 2020 at 3:33 pm in reply to: What is Multi org in SFMC?

    Multi-Org is an Enterprise 2.0 account configuration. This configuration allows individual Marketing Cloud business units to connect with a single Salesforce org, independent of the parent account or other business units.

  • Deepak

    Member
    September 7, 2020 at 3:32 pm in reply to: How to apply business unit filter in SFMC?

    In Setup, click Business Units.
    Select the business unit to create the filter for.
    Select Define Subscriber Filter.
    Complete the information and add conditions and groupings.
    Save.

  • Deepak

    Member
    September 7, 2020 at 8:27 am in reply to: What is the use of Decision in flow of Salesforce?

    Evaluate a set of conditions, and route users through the flow based on the outcomes of those conditions. This element performs the equivalent of an if-then statement.

  • A filter, defined by the admin for each business unit, controls access to the subscribers for child accounts. The filter selects subscribers for a business unit based on values in the subscriber attributes.

  • Deepak

    Member
    September 4, 2020 at 3:41 pm in reply to: What is the community in salesforce?

    Communities are branded spaces for your employees, customers, and partners to connect. You can customize and create communities to meet your business needs, then transition seamlessly between them.

  • Deepak

    Member
    September 4, 2020 at 3:41 pm in reply to: What is batch in salesforce?

    Batch Apex is used to run large jobs (think thousands or millions of records!) that would exceed normal processing limits. Using Batch Apex, you can process records asynchronously in batches.

  • Deepak

    Member
    September 3, 2020 at 5:15 am in reply to: What is the benefit of Google Tag Manager?

    Google Tag Manager helps make tag management simple, easy and reliable by allowing marketers and webmasters to deploy website tags all in one place.

  • Deepak

    Member
    September 3, 2020 at 5:13 am in reply to: How do I test Google Tag Manager?

    You can test Google Tag Manager in one of the following way:
    Open Google Tag Manager and click Preview in the top right corner.
    Next navigate to your website. You may need refresh the browser. The debug console will open at the open of the browser window.
    Evaluate what tag are being fired on the page and which ones are not fired.

  • Deepak

    Member
    September 3, 2020 at 5:10 am in reply to: What is a container in Google Tag Manager?

    A collection of tags, triggers, variables, and related configurations installed on a given website or mobile app is called a container. A Tag Manager container can replace all other manually-coded tags on a site or app, including tags from Google Ads, Google Analytics, Floodlight, and 3rd party tags.

  • Deepak

    Member
    September 2, 2020 at 5:30 am in reply to: What is the use of junction Object in Salesforce?

    Junction objects are used for creating many-to-many relationships in Salesforce. Salesforce by default supports one-to-many relationships.

  • Deepak

    Member
    September 2, 2020 at 5:28 am in reply to: How many Automation tools are provided by Salesforce?

    Tools include Workflow Rules, Process Builder, and Flow and Apex.

  • Deepak

    Member
    September 2, 2020 at 5:25 am in reply to: What is flow Builder in Salesforce?

    The Flow Builder is an User Interface in which you can add new elements, like Screen and Create Records, to your flow. From the Manager tab, create resources, such as variables, stages, and choices, to use in your flow.

  • Deepak

    Member
    September 1, 2020 at 3:20 pm in reply to: Why external data important in Salesforce ?

    External data is important because it comes from the market, including customers and competitors. It's things like statistics from surveys, questionnaires, research, and customer feedback.

  • Deepak

    Member
    September 1, 2020 at 5:45 am in reply to: force:lightningQuickAction and force:lightningQuickActionWithoutHeader

    force:lightningQuickAction allow the component to be used as a custom action in Lightning Experience or the Salesforce mobile app while force:lightningQuickActionWithoutHeader allow the component to be used as a custom action in Lightning Experience or the Salesforce mobile app.

  • init is a predefined event sent to every component. After the component is initialized, the doInit action is called in the component's controller. In this sample, and the controller action sets an attribute value, but it could do something more interesting, such as firing an event.

  • Deepak

    Member
    August 31, 2020 at 1:23 pm in reply to: What are the annotations in the Apex in Salesforce?

    We have the following Apex notations in Salesforce:
    @AuraEnabled
    @Deprecated
    @Future
    @InvocableMethod
    @InvocableVariable
    @IsTest
    @JsonAccess
    @NamespaceAccessible
    @ReadOnly
    @RemoteAction
    @SuppressWarnings
    @TestSetup
    @TestVisible

  • Deepak

    Member
    August 31, 2020 at 1:20 pm in reply to: What is @IsTest annotation in Salesforce?

    The @isTest annotation can take multiple modifiers within parentheses and separated by blanks.

  • Deepak

    Member
    August 31, 2020 at 1:17 pm in reply to: Why is an import/export schema important in Salesforce B2C Commerce?

    Schema files specify the file structure expected by B2C Commerce import and export. B2C Commerce only accepts XML import files formatted by these schemas. The schemas also document the required data attributes. Imported data must match the schema, or it won't import.

  • Deepak

    Member
    August 28, 2020 at 4:31 pm in reply to: What is filter activity in the salesforce marketing cloud?

    Apply the logic of a data filter you select to create a group or data extension in Automation Studio. Filtering subscribers or contacts makes targeting specific subscribers or contacts based on their attributes and other conditions easier.

  • Deepak

    Member
    August 28, 2020 at 4:29 pm in reply to: What is the SQL Query activity in salesforce marketing cloud?

    Retrieve data extension or data view information using Automation Studio's SQL Query activity, then store it in a data extension. A query is an activity that retrieves data extension or data view information matching your criteria, then includes that information in a data extension.

  • Deepak

    Member
    August 28, 2020 at 8:54 am in reply to: What is the use of escapeUnicode() method in apex ?

    Returns a String whose Unicode characters are escaped to a Unicode escape sequence.

  • Deepak

    Member
    August 27, 2020 at 3:42 pm in reply to: How does Heroku Connect work with Salesforce authentication?

    To configure Heroku Connect, you authenticate to a Salesforce instance using OAuth and allow Heroku Connect to make API calls on your behalf. Heroku Connect uses this API connection to synchronize the data between Salesforce and the Heroku Postgres database.

  • Deepak

    Member
    August 27, 2020 at 3:40 pm in reply to: How to integrate Salesforce and Heroku with Heroku Connect?

    When using Heroku Connect for data replication, Salesforce owns the data schema. To add fields to a mapping, you customize the object in Salesforce and then configure the Heroku Connect mapping. You can map multiple objects.

  • Deepak

    Member
    August 27, 2020 at 9:45 am in reply to: What are external objects in Salesforce?

    External objects are similar to custom objects, except that they map to data that's stored outside your Salesforce org. External objects enable your users and the Lightning Platform to search and interact with the external data. Note. Each org can have up to 100 external objects.

Page 7 of 24