What would you do if you have a 10+ year old laptop that is but too old to run any version of Windows. Unless you can actually donate it or make use of it, most likely, it'll be lying there for too long. I had a similar situation, so, I thought of utilizing it for my hobby activities. Hereby I'm sharing some quick steps that you can also use to renew your old computer/laptop. With these steps you can get a renewed laptop which feels snappier and powerful. As you may be familiar, with Linux, you get a much powerful operating system and access to mighty open source tools/applications. Why Lubuntu Lubuntu is arguably the most lightweight Linux for desktops and PCs. It uses as less as 500MB RAM and can work for a wide range of old processors. As its built on top of Ubuntu, the support for devices is extremely wide (probably widest) and is quite easy to install and use for beginners. Pre-Requisites Before getting started you would need: Laptop/Desktop with internet connection (in t
Traditionally, within Salesforce platform, only Apex triggers were equipped to handle record delete events. For any custom handling of delete actions, one had to create and maintain Apex code. Not to mention, be mindful of the best practices of handling deletions in bulk and displaying error messages. Salesforce flows have been graduated to now handle on delete events for objects within Salesforce. So, now you can create a flow which gets triggered on record delete. Step by Step Guide Let's take a sample scenario (probably most used). Let's say you want to restrict any user to delete an Account of type Customer. Following are the steps to create flow Step 1 : Create a flow of type Record Triggered Flow Step 2 : Set Entry Criteria Set Trigger to A record is deleted Set Entry conditions to qualify only active customer accounts Step 3 : Add new Custom Error Add new element attached to Start element and select Custom Error element from the list Step 4 : Setup Error Message Add er