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
Fixed my laptop not going into standby
-
A while ago my laptop wouldn’t properly go into standby mode anymore; the
screen turns black but the whole laptop would go into overdrive with only a
hard ...
3 years 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
hi, after reading most of your posting, i think think this is the best place to ask you this.
how to create a dynamic newform field?
for example. 2 fields, "Type"
"sub-products"
"Type" will have choice of 'abc' '123'
"sub-products" choices will be depend on the choice of "Type".
if 'abc' is choosen, "sub-products" will have the choices of 'a' 'b' 'c'
if '123' is choosen, "sub-products" will have the choices of '1' '2' '3'
best if these two fields is on the same page. and if possible use javascript.
and also, can "sub product" be multi-selection instead of dropdown?
This gives [Domain\User Name] like "Domain\PLuca" not actual user name "Patrik Luca". How to populate Actual User Name for e.g. "Patrik Luca"?
Post a Comment