Business requirement: how to fill a field by default with the current user?
Having set up the Help Desk template (one of the 40 application templates), my end-users asked if the field Customer could be filled up by default with the user creating the service request. The Customer field should only be filled up by default if the creator of the service request didn't fill out a value himself. The option should left open for the end-user to create a service request for somebody else: in such a case the end-users still needed to be able to fill out a value themselves (being the login of the colleague for whom they were submitting a service request).Solution: use a workflow to set the default user to the current user
Part 1: Set customer column not required
Part 2: Create a workflow to set the default user to the current user

Event Receiver Definition: Data and Filter
-
I recently declared an Event Receiver through a SharePoint Feature: Event
Registrations
Some of the samples online had surprising elements such as <Data...
6 days ago




Someone sent me to your Blog to view your steps based on a submission I posted in a Forum, and your steps worked Great!
Hi Brent,
glad to hear my post could help you out!
Or alternately, you can create a Customer column as calculated field and in the formula for that calculated field write =[Me] and it will give you the same value as createdBy.
Regards,
Nilesh Vasave
Post a Comment