Useful tips for everyday
How to get org URL in Salesforce apex? Use getOrgDomainUrl() in orgs with or without My Domain to retrieve canonical URLs. For example: https://yourDomain.my.salesforce.com, or,…
How do you make a zig zag effect in Illustrator? Well first, draw out a straight line by selecting the Line Segment Tool and dragging…
Can you run PowerShell commands from CMD? To run Powershell commands from the command prompt or cmd, we need to call the PowerShell process PowerShell.exe.…
How do I create an autosave? To turn AutoSave on, save your file to your OneDrive or SharePoint folder from within your Office app. Go…
How to add timestamp to log output entries with cron? I want to add year, month, day, hour, minute, and seconds. Thanks ahead of time!…
How do you check if there is an alert exists in selenium Python? Check if any alert exists using selenium with python browser = webdriver.Firefox()…
How to create new toolbar in arcobjects.net? You can add or remove new commands and tools on to the application’s toolbar from the Customize dialog…
How do I turn off my MacBook screen when using HDMI? You can dim your Macbook’s screen all the way down (just press brightness down…
What is the command to remove the duplicate records? Select the range of cells that has duplicate values you want to remove. Tip: Remove any…
What are the strengths of different programming languages? Let’s just look at the major programming languages: Java – pros: enterprise standard, strong ecosystem; cons: verbose.…