Fetching data from previous values
-
Monday, March 05, 2012 5:36 AM
Hi All,
I'm trying to make a simple "shift handover" tool in sharepoint 2007. i have create a new calender list & shift wise entries under each date. so far this works well. now, the tricky part is i want to fetch certain data from prevoius entry & dispaly a "completed" check box or yes / no radio button ahead of it. For eg. if i put in Ticket 1234 in a particular (follow up) field on 4th of march then it should prompt me with the same ticket number while making entry on 5th of march & so on unleass i mark it completed. can anyone let me know what would be the best approch for this?
All Replies
-
Monday, March 05, 2012 6:23 AM
Hi,
You can do it with custom webpart.
-
Wednesday, March 07, 2012 5:02 AM
thx for reply,
so u mean to say i need to script the logic in JS or VBS & insert that into SP ?
i'm fairly new to SP & do not have any coding experience, it would really help if you would elloberate
- Edited by sk8er_boi Wednesday, March 07, 2012 5:03 AM
-
Thursday, March 08, 2012 6:25 AM
This can be acheived using jQuery.
Please refer this post:
http://weblogs.asp.net/jan/archive/2009/05/06/querying-sharepoint-list-items-using-jquery.aspx
You need to modify your page, add a content editor web part which includes your jquery. Only make sure you add the proper filters, so that only relevant items appear.
Regards, Huzefa Mala, MCTS
- Marked As Answer by Jack-GaoMicrosoft Contingent Staff, Moderator Friday, March 16, 2012 11:00 AM

