Skip to main content

Posts

Roll-up Summary from Child Accounts to Parent Account

Roll-up Summary from Child Accounts to Parent Account Standard Salesforce Roll-Up summary is work for Master Detail’s relationships such as Opportunity Amount to Account. But the Total Opportunity Amount will not roll-up to the parent accounts. So here I archive that through following to methods. There two methods Using Apex Trigger Using Flows and process builder Using Apex Triggers Salesforce Developers can code and archive this. Whenever the opportunity is created the amount is roll-up to account using standard Roll-Up Summary field. Step1:  Create Roll-up Summary custom field in Account field named as 'Total Opportunity Amount'. Total Opportunity Amount roll-ups to all accounts level. In our case we want to roll-up Total Opportunity amount to the parent accounts. Step2:  Create new custom currency field on account with read only accessibility. Step3:  Write a trigger on Account to calculate the Roll-up summary all child accounts of  Total Opp
Recent posts

Configure Lightning for Outlook

Introduction            Salesforce Lightning for outlook helps Salesforce users get more work done without switching between Outlook and Salesforce. The Salesforce users can perform apps specific actions more effectively. The Salesforce users can create Salesforce records using global actions—directly in their email applications. Specifications             As per Salesforce implementation guide, it works on outlook 2013 and 2016, but not specified about the version of Operating System. During our implementation, we absorbed that it works on windows 10 Operating System. It's required TLS 1.1 or higher version. Present Features ·          Lightning for outlook will work on outlook web app and MS office outlook client ·          Can search for Salesforce records inside Outlook ·          Automatically sync contacts and calendar events between Outlook and Salesforce ·          Open Salesforce records in read mode inside Outlook ·          Using Email recipient

Salesforce Certified Platform Developer I - Spring '16 Release Exam

Salesforce Certifications Release Exams I have cleared the Salesforce Certified Platform Developer I on winter 16 and I supposed clear the release exam for Spring 16. First attempt I had failed due two wrong answers out 5 questions. Time limit is 30 Mins. The second attempt I have cleared the exam. There are 3 attempt is limit. I got the following questions, What is the optimal way to verify a user before showing them sensitive content?    A.  Calling the Session.forcedLoginUrl method in apex. B.  Sending the user a SMS message with a passcode. C.  Sending the user an email message with a passcode. D.  Calling the generateVerificationUrl method in apex. What actions types should be configured to display a custom success message? A.  Post a feed item. B.  Close a case. C.  Update a record. D.  Delete a record. What are the supported content sources for custom buttons and links?   Choose 2 answers A.  Static Resource B.  Lightning Page C.  Chatter F