Tag: Hints and Tips

webTiger Logo Wide
  • Approximating Timer-Based Workflows in SharePoint

    SharePoint 2013 Logo

    SharePoint doesn’t officially support timer based workflows out of the box. Various hacks can be instigated to attempt to achieve this, and the most common one is to set up looping workflows that call other workflows. The drawback of this approach is that normally, at some point, the workflow looping breaks down and a user will therefore need to monitor, detect failure, clean things up, and then kick everything off again. True timer-based workflows can be approximated to some extent by SharePoint’s Information Management Policy options.

    (more…)
  • REGEX Reference List

    This article provides details of some of the more complicated Regular Expressions I’ve needed to compose for various projects, etc. It is a living document that I’ll update with any complicated regular expressions I have to develop.

    (more…)
  • Reverse Lookup of Machine Name from IP-Address

    There may be times when you have the IP-address of a machine on the local network, but not the user friendly machine name. In this scenario, debugging which machine logged an error message can be difficult. Fortunately, on Windows machines at least, a reverse lookup should be relatively simple on the command line.

    (more…)
  • SharePoint Development – Hints and Tips

    SharePoint Logo

    A collection of hints and tips to make life working on development projects with SharePoint integrations a little easier.

    (more…)