If you use Thunderbird on both a laptop and an external monitor, you might have noticed something frustrating: when you move Thunderbird’s window between screens, your column layout doesn’t stay consistent. The post Fixing Thunderbird’s Column Widths Across Multiple Screens (with CSS) appeared first on Grzegorz Skaruz .
I use AI tools daily – both through user interfaces and APIs—to assist with development, learning, content creation, and more. But every now and then, I get curious: How would other language models answer the same question? Would Claude be more concise than GPT? Would Gemini surface unique insights? Is The post Comparing AI Models with One Script: My Simple Python Workflow appeared first on…
I recently bought a Huawei smartwatch and while it can hold up to 10-14 days of battery life, it does not support WearOS. And that means you can’t install the Todoist app on it (used for task management). But, thanks to a bit of creativity and information gained at a The post Making voice notes and Todoist tasks with AI & TTS on Huawei smartwatch appeared first on Grzegorz Skaruz .
Today I got a following requirement for a Community Cloud. Can we have a link in a community header or navigation bar or menu, that will redirect user to its related Account? So that we show his Account details? The post Salesforce – How to redirect Community Cloud user to its related Account? appeared first on Grzegorz Skaruz .
In one of the projects, there was a requirement to allow Finance Users to update currency rates. But managing currencies in Salesforce require having both "Customize Application" and "View Setup and Configuration" permissions. That would give access to multiple setup features, not only related to currencies. That brought me a question - what if there are more organizations with similar need. How…
Although I am no longer a professional web developer, I still write some scripts from time to time, to help me in life. These scripts could vary from backup scripts to some website parser processing. Their execution times ranged between a few minutes to a few hours. What I wanted to have is some notification that a script has ended its execution, so I could check the results. What options do I…
I recently had a problem – I needed to retrieve profiles and permission sets from Salesforce dev org clean them up to prepare for deployment Although retrieving is easy, manual cleaning takes some time. Especially when you have to do the same from time to time. This might happen if we have different API version between orgs, or a managed package installed in source org and not in destination org.…
In this post I would like to share information about what I managed to achieve in matters related to professional life in 2018. Two Salesforce certificates, Amazon Web Services, changing work, 2 week trip to Gran Canaria and much more. The post 2018: My Year in Review appeared first on Grzegorz Skaruz .
There are projects where I work on lead conversion and I have to move lead mapping from one sandbox to another (or production). As I do it quite rarely, I always have to Google how exactly should I do it. This post is my memo about doing it using ANT. The post Salesforce – How to retrieve and deploy Lead mapping? appeared first on Grzegorz Skaruz .
Have you ever received Insufficient Privileges error after trying to access some record? Or maybe one of your Salesforce users reported this problem? Not everyone knows that Salesforce provides a handy feature that allows checking why a specific user has access to some record (for standard or custom object). The post Salesforce – How to solve Insufficient Privileges error? appeared first on…