This is probably going to be a short blog again and chances are high that you already know what I am going to share. But if your are like me and did not know this little trick, its going to save you, and maybe your team, quite some time! Since I do not run myContinue reading “Speed up BC container creation”
Monthly Archives: March 2021
Clean up after yourself, Git!
You may know this problem: After a while working with feature branches your local git repository is a mess of many branches which don’t event exist anymore on your remote. (GitHub/GitLab/DevOps) You could delete these local branches manually but if you are as lazy as I am, you might want to read on and justContinue reading “Clean up after yourself, Git!”
Performance & Variables exposed as field on a Page
Today was again one of those days… I just wanted to add a flow field to a table to look up some value, and display it on a list page. After some time I realized that this wont work. Im my case I needed to go three table relations deep to get out the valueContinue reading “Performance & Variables exposed as field on a Page”