To get the current year, use formula : substring(today();0;5)

Reflections over the current computer issues from an struggling network technician
When creating items using workflows its important that the values are exactly matchable. For instance, if the value in the list is a lookup value from another list, like employes, its important that the value that gets sent is the actual ID of the employee.
Its gets more complex when using infopath to edit a workflow forms. Here we got another layer that needs to be exactly matched. In this instance we needed to use another lookupfield in the actual infopathform and pass that form variable to the workflow.
When getting values to a dropdown-list from a external datasource, like a sharepointlist, the default behaviour is that value is the same as display name. When this value needs to match to another lookupfield the value-field needs to be changed to ID. Otherwise the workflow will just die.
Error: Agent XPs component turned off off as part of the security configuration….
Executed following:
sp_configure 'show advanced options', 1;
GO
RECONFIGURE;
GO
sp_configure 'Agent XPs', 1;
GO
RECONFIGURE
GO
Threw an some error but after this it was possible to edit again.
References:
Outlook crash upon startup.
Running in safe mode gives same result, running offline aswell. Event Log shows Application Error with Faulting module name KERNELBASE.dll
Solution: Repair the local OST-file
C:\Program Files (x86)\Microsoft Office\Office14\scanpst.exe
References:
I need SPD 2013 to work with Sharepoint 2013 effeciently. though I have an emailserver that’s using Exchange 2003 so I can’’t install Office 2013. Which means my infopath is version 2010. This issue arises when I from Sharepoint Designer tries to edit a form with Infopath.
Error given is: To open this file, you must first install Microsoft InfoPath 2013 on this computer.
To resolve, without upgrading Office, install Microsoft KB2804405
References:
From \Microsoft Office\Office14\ folder run
cscript ospp.vbs /dstatus to check.
might come in handy if need to find out where the user got his key from.
References:
http://www.mydigitallife.info/how-to-check-office-2010-activation-status-and-license-type-channel/
For some situations we might want to show a list, like when we’re creating an Item. While other situations we need to see a more clean view, like for printing and such.
Enter Infopath views! under Page Design > View , we can create a totally different form, but based on the same listitem.
There’s already an Printview inplace but we can create a new one for viewing.
Now, we’ve create a new view and we want this to be the default one when clicking View Item in a list.
Its also possible to create a button in a form and switch views by clicking farily easy.
Preferences:
http://sharepoint.stackexchange.com/questions/43788/using-default-list-forms-for-edit-view
When bouncing about on different desktops, virtual and otherwise physical its easy to leave a computer unlocked sometimes. This isn’t so good, but shortcuts tends to flip out when accessing remote systems. A good security practice is to create a desktop shortcut that can lock the computer very easily.
So,
1. Create a shortcut
2. Enter: rundll32.exe user32.dll,LockWorkStation
3. Save and change icon to a padlock or something more logical. This among other icons can be found in Shell32.dll under system32
References:
http://www.sevenforums.com/tutorials/13278-lock-computer-create-shortcut.html
http://ask-leo.com/how_do_i_change_the_icon_of_a_desktop_shortcut.html
Uptimerobot can be quite tedious when you need to update many monitors at once. For example say you bought the license for Uptimerobot and n...