Seven Eleven Interview Questions
Table Of Contents If you’re preparing for a SevenEleven interview, you’ve come to the right place. SevenEleven, being a global leader in the retail industry, looks for individuals who can thrive in a fast-paced, customer-focused environment. From technical roles to management positions, their questions are designed to test your problem-solving…
Submit recordEditForm from another’s success?
Question: I have two <lightning:recordForm> components in my Aura component. When the first form submits and succeeds, I want to automatically submit the second form to make it appear as a single transaction to the user. I am using the onsuccess handler of the first form to call: However, the…
What is Master Detail Relationship? Explained in Telugu
Master detail relationship gurinchi explain cheyadaniki nenu rendu objects tisukunnanu. E rendu objects ni create chesi, viti madyana master detail relationship create chesanu. Master detail relationship create chesinappudu, viti madyana thallidandrulu and pillala madyana unde sambadam lantidi erpadutundi. Ante parents lekunda pillalu ela undaro, alage parent object loni records delete…
How to Generate and Attach Payslip PDFs in Salesforce?
Question: I have an Invocable Apex class that I call from Flow to generate a PDF and automatically attach it to a custom Payslip record. The code was working perfectly last week, but now it suddenly fails with a “FATAL_ERROR Internal Salesforce.com Error”. The debug log shows that the crash…
Standard Contact Phone Field Not Visible in Flow?
Question: I am trying to create a Contact record using a record-triggered flow in Salesforce, but I am unable to find the standard ‘Phone’ field among the available fields to populate. I have already checked the field-level security (FLS), and it is set to visible for all profiles. Why is…
Why Is Salesforce So Popular?
Table Of Contents Salesforce, a trailblazer in Customer Relationship Management (CRM) software, has redefined how businesses manage customer interactions and streamline processes since its inception in 1999. What started as an ambitious idea to deliver software applications over the internet has evolved into a full-fledged ecosystem of solutions empowering businesses…
How can I Pull Contact Fields from Opportunity in SOQL?
When working with Salesforce SOQL, a common requirement is to fetch data from related objects in a single query. Suppose you have an Opportunity object that contains a lookup field CPA_Contact__c, which points to a Contact record. Your goal is to query Opportunities and also display the related Contact’s Name…
Editable Picklist in LWC Table?
When working with editable records in Lightning Web Components (LWC), you may run into situations where you want to display fields in a table-like structure, iterate over them using for:each, and allow users to edit certain fields. For text or number fields, the lightning-input component works fine, but for a…
SOQL LAST_N_DAYS:30 vs. Reports: Why Different Results?
Question I noticed a discrepancy between SOQL queries and Salesforce reports when filtering for the last 30 days. In a Salesforce report, selecting “Last 30 Days” includes records from 2024-11-14 to 2024-12-13, exactly 30 days (including today). However, when I run the following SOQL query: it includes records from 2024-11-13…
Fix LWC Datatable Filtering with Infinite Scroll
Question I am building a Lightning Web Component (LWC) that displays data in a custom datatable with infinite scrolling enabled. The table initially loads five records, and then fetches more in batches when the onloadmore event is triggered. This part works fine. The problem occurs when I apply a filter….


