Forum Replies Created

Page 1 of 20
  • Aditya

    Member
    February 23, 2021 at 7:11 am in reply to: How do I get the value of the selected value in LWC Combobox?

    `@track selectedLabel;

    get options() {
    return [
    { label: 'New', value: 'new' },
    { label: 'In Progress', value: 'inProgress' },
    { label: 'Finished', value: 'finished' },
    ];
    }

    handleChange(event) {
    this.selectedLabel = event.target.options.find(opt => opt.value === event.detail.value).label;
    }`

  • Aditya

    Member
    February 23, 2021 at 7:10 am in reply to: How do I iterate the array list in LWC?

    Hi,
    To render a list of items, use for:each directive or the iterator directive to iterate over an array. Add the directive to a nested <template> tag that encloses the HTML elements you want to repeat. We can call it for loop in LWC.

  • / a list of string, you wanna display
    List<String> tempLst = new List<String>{'Lee','Jeff','Dogules','Alok'};
    // making a single string with comma seprated from above list
    String commaSepratedList='';
    for(String str : tempList)
    {
    commaSepratedList += str + ',' ;
    }
    // remove last additional comma from string
    commaSepratedList = commaSepratedLis.subString(0,commaSepratedList.length());
    system.debug('comma seprated list is----> '+commaSepratedList);

  • Aditya

    Member
    February 22, 2021 at 8:54 am in reply to: What is the use of Future method in Batch class in Salesforce?

    A future method runs in the background, asynchronously. You can call a future method for executing long-running operations, such as callouts to external Web services or any operation you'd like to run in its own thread, on its own time.

  • Aditya

    Member
    February 19, 2021 at 2:31 pm in reply to: How to include a unique coupon code to each lead in auto response email
    trigger AfterCaseInsert on Case (after insert) { 
        if (trigger.isAfter && trigger.isInsert) { 
            List<Case> newlyInsertedCases = [SELECT Id From Case WHERE Id IN :trigger.new]; 
            Database.DMLOptions autoResponseOptions = new Database.DMLOptions(); 
            autoResponseOptions.EmailHeader.triggerAutoResponseEmail = true; 
            for (Case c : newlyInsertedCases ) { 
                Database.update(c, autoResponseOptions); 
            } 
        } 
    }
  • Aditya

    Member
    February 19, 2021 at 2:24 pm in reply to: Is There Any Way To Control The Sequence Of Execution Of These Triggers?

    Hi Neha,
    To control the sequence of execution of multiple context of a trigger is by using trigger factory

  • Aditya

    Member
    February 3, 2021 at 8:01 am in reply to: What is data sync in Salesforce Einstein analytics?

    Data Sync is a mechanism for establishing a link to an object in a data source (we call them connections facilitated by connectors in Einstein Analytics) that can be used to copy some or all of the data into Einstein Analytics.

  • Aditya

    Member
    February 3, 2021 at 7:51 am in reply to: How to implement data sync in Salesforce Einstein analytics?

    In Analytics, click Data Manager in the left pane to open Data Manager. Click the Connect tab. The Connect tab displays a list of objects enabled for sync, grouped by connection. If you can't see the Connect tab, you must enable data sync in your org.

  • Aditya

    Member
    February 2, 2021 at 6:52 am in reply to: What is the use of retainAll(ele) in Salesforce?

    In simple words, it compares a set with another set/list and check for common elements. if there is any common element between them, it keeps the element and removes the uncommon element.

  • Aditya

    Member
    February 2, 2021 at 6:52 am in reply to: How to deserialize JSON in Apex in Salesforce?

    suggest you paste your JSON into http://json2apex.herokuapp.com/ and try the generated code. This tool generates simple Apex classes with a field per JSON field and then you can parse with a single JSON. deserialize call.

  • Aditya

    Member
    January 27, 2021 at 7:48 am in reply to: How to add Formstack button on Salesforce object page layout?

    Add your new button to a Page Layout
    Go to the Detail page for your object, and click the Edit Layout link.Choose Buttons from the left side and then drag your newly created button onto your layout, and save.

  • Aditya

    Member
    January 27, 2021 at 7:46 am in reply to: How to add Conga query to Conga solution in Salesforce?

    Copy the Salesforce Record Id of the Conga Query record.Edit your Conga Composer button.
    (Optional) Include a “Query Alias”
    (Optional) Specify the values to pass into the Conga Query.
    Save the button.
    Add the newly available merge fields to your template.

  • Aditya

    Member
    January 20, 2021 at 7:53 am in reply to: How to get nested table in Conga template in Salesforce?

    Define the desired layout for the repeating items (the interior/nested table) in a stand-alone table. Optionally, set the desired row height for each row of the table, or simply allow them to adapt as necessary to accommodate the merge data. Insert merge fields into the table you built in step 2.

  • Formstack Documents automates your document generation so your sales team can easily generate contracts and proposals. Merge Salesforce data into documents and speed up your time to close by never copying and pasting data or contact information again.

  • Aditya

    Member
    January 20, 2021 at 7:50 am in reply to: What is Your Favorite Salesforce Spring ’21 Features ?

    Flow Updates. Flow is truly becoming the rising star of the Salesforce platform, with huge updates being made with each release, and Spring '21 is no different. Lightning Flow has now been renamed to Salesforce Flow

  • Aditya

    Member
    January 17, 2021 at 4:34 pm in reply to: What is crm life-cycle

    In customer relationship management (CRM), customer lifecycle is a term used to describe the progression of steps a customer goes through when considering, purchasing, using and maintaining loyalty to a product or service.

  • If you need to merge data into your document that is not directly in your form submission but is in a related record that is not on your form. Create multiple documents from multiple related Salesforce objects. Trigger document merges using a button click on a record detail page or report.

  • You can use this option to input a Merge Field to Customize the File Owner. Update record fields - this is a major reason that customers choose to use a Salesforce delivery instead of using the Salesforce app. This option allows you to update multiple record files at once.

  • Aditya

    Member
    January 8, 2021 at 8:58 am in reply to: How to add conga solution on the object page layout?

    To create a new Solution record: Click the Conga Solutions tab. Click Create New and select Conga Solution. In the Conga Solution Name field, enter a name for the solution. In the Master Object field, select a master object from the list. Click Create Record. The new solution opens in the Conga Solution screen.

  • Aditya

    Member
    January 8, 2021 at 8:56 am in reply to: How to integrate Formstack with Salesforce?

    Adding the Salesforce Integration. To add the integration, click on Settings > Integration > CRM > the "Add" button next to Salesforce. Note: If you are sending file attachments to Salesforce, you must store your data in the Formstack database or those files won't be transferred.

  • Aditya

    Member
    January 8, 2021 at 8:51 am in reply to: What is the advantage of using Formstack in Salesforce?

    All the forms are mobile-friendly and responsive, allowing you to capture responses or process donations on the go. Secure – With our native app, your data never leaves Salesforce. You can rest easy knowing your sensitive data is protected

  • Aditya

    Member
    January 6, 2021 at 6:52 am in reply to: How to configure conga composer in Salesforce?
    1. Navigate to Salesforce Setup.
    2. Type in "Connected Apps" in the Quick Find search box and click Manage Connected Apps.
    3. Click Edit next to to the Conga Composer CFQ Connected App.
    4. Change the Permitted Users field value to Admin approved users are pre-authorized and click OK.
  • Aditya

    Member
    January 6, 2021 at 6:51 am in reply to: How to build conga composer template in Salesforce?
    1. Open Conga Composer go to Conga Solution, click on new Name the conga solution and use Master Object where you want to use this solution.
    2. Click on create a button that will create a button which can be used in page layout.
  • Aditya

    Member
    January 5, 2021 at 6:27 am in reply to: How to add Enhance element in strategy builder in Salesforce?

    Use the Enhance element to call an Apex action that performs a SOQL query. The query retrieves the Account age and appends it to the description of all incoming recommendations. The strategy used with an Enhance element can be as simple as Load -> Enhance -> Output.

  • .js File:
    `@track selectedLabel;

    get options() {
    return [
    { label: 'New', value: 'new' },
    { label: 'In Progress', value: 'inProgress' },
    { label: 'Finished', value: 'finished' },
    ];
    }

    handleChange(event) {
    this.selectedLabel = event.target.options.find(opt => opt.value === event.detail.value).label;
    }`

Page 1 of 20