by Sean Cull | Nov 7, 2017 | Dev Tips |
We use XML feeds from our Domino applications to pull data into Excel. Users can right click on the data tables and they get updated from Domino. The functionality generally works well but if you need to add a new “column” to your XML feed there is no way...
by Sean Cull | Oct 20, 2017 | Dev Tips |
Just a quick heads up about something that is known about but still catches me out from time to time. It may even be fixed in the latest versions but I can’t find any IBM tech notes on it. If you have a scheduled agent that is set to run “More than once a...
by Sean Cull | Dec 10, 2016 | Dev Tips |
I wanted to move to a text based changelog in our applications rather than a Notes form or even an XPage.The idea was that it would help make it easier to deal with merge conflicts in source control. I eventually settled on using Markdown as I couldn’t get the...
by Sean Cull | Oct 20, 2015 | Dev Tips, Admin Tips |
We used scheduled code in our XPage apps to do things like pre-building dashboards and storing the data in the application scope. There is no simple way to schedule Java code that has been written for use with XPages. The best solution I have found has been to use...
by Sean Cull | Oct 9, 2015 | Dev Tips |
This was a new one to me and IBM support did a great job of helping us to find the issue. We modified a customers mail template to add some core business functionality that processed the inbound emails before they appeared in the in-box and provided some quick filing...