dspiral
Guest
|
Posted:
Fri Jan 14, 2005 12:03 am Post subject:
status board - in/out |
|
|
We are a company of 25 employees that includes service personal that are
always coming and going.
I would love to have a feature on our SharePoint internal site where
employees can toggle whether they are in the office or out (preferably on the
front page). Maybe a comment field below for when they will be back and
where they are.
I tried looking around for something similar, and haven’t seen anything. I
found some awesome resources that will come in handy in the future like
Mike's Site!!
Anyways, I am not a coder, but if there is something similar I could
probably figure it out and recode something. Probably it would have to be
some sort of JavaScript app. I tried making something in InfoPath with no
luck. I also tried manipulating the JavaScript quiz app, but couldn’t really
get it working how I wanted.
Any ideas, suggestion, sample code, would be greatly appreciated!!
Sincerely,
Richard |
|
Jim Buyens
Guest
|
Posted:
Fri Jan 14, 2005 11:47 am Post subject:
RE: status board - in/out |
|
|
From any WSS Home page, click Create, Custom List, give the list a name, then
click Modify Settings and Columns.
Next, under Columns, click Title and change the field name to Employee Name.
Then, again under Columns, click Add A New Column, specify a Column Name of
In Office, and under The Type Of Information In This Column Is select Yes/No
(check box).
Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Windows SharePoint Services Inside Out
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
"dspiral" wrote:
| Quote: | We are a company of 25 employees that includes service personal that are
always coming and going.
I would love to have a feature on our SharePoint internal site where
employees can toggle whether they are in the office or out (preferably on the
front page). Maybe a comment field below for when they will be back and
where they are.
I tried looking around for something similar, and haven’t seen anything. I
found some awesome resources that will come in handy in the future like
Mike's Site!!
Anyways, I am not a coder, but if there is something similar I could
probably figure it out and recode something. Probably it would have to be
some sort of JavaScript app. I tried making something in InfoPath with no
luck. I also tried manipulating the JavaScript quiz app, but couldn’t really
get it working how I wanted.
Any ideas, suggestion, sample code, would be greatly appreciated!!
Sincerely,
Richard |
|
|