I'm a coldfusion developer, and I've been asked to rewrite a coldfusion application for SP 2010. I have no SP experience, but I'm now the SP admin.
My application is a waiting list for customers that enter a service center. The customer is entered into a List that tracks the following:
- Name
- Location (drop-down list of physical store locations. no multiple/custom values)
- Check-In Time (timestamp for when customer was added to list)
- Service Required (drop-down list, not allowing multiple or custom values)
- Staff Member Requested (option, user select box)
- Time Seen by Staff (timestamp when list item edit begins)
- Seen By Name (name of user that edited record)
- Time Finished with Staff (timestamp when list item edit is saved)
There are a few pieces of functionality that I don't know how to build into this list. 1
- The records on the list view must be automatically filtered by the location column. The location to be viewed should be based upon the users group membership. (one group per location)
- The Time Seen date/time field must be a timestamp that occurs when the list item is opened for editing.
- The Seen By name must be automatically entered when when the user opens the list item for editing.
- The Time Finished timestamp must be automatically entered when the user saves the list item after editing.
I don't expect anyone reading this to create this for me, but I would truly appreciate any tips, suggestions, or tutorials you can point me towards that will help me to accomplish these goals.