Click here to Skip to main content
15,911,469 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I have two Custom Lists(Timesheet and Weekly Timesheet),Actually my requirement is
if any item exceeds the time lenght(or days) in "timesheet" list for more than 7days then that
item has to be copied(Moved) to "weekly timesheet" list.

Iam Working this scenario in sharepoint 2010 and SPD 2010.

Can anyone help me how can i achieve this?

Thanks,
Naresh
Posted

1 solution

You can't do this with SPD it will require code written with Visual Studio.

SPListItem.Copy[^] and SPListItem.Delete[^]
 
Share this answer
 
Comments
NareshNemuri 30-Dec-11 3:59am    
Actually Iam trying to do this with Work flows in share point designer 2010..

Is it possible to do this scenario using WF through SPD 2010.

Thanks,

Naresh.
[no name] 30-Dec-11 8:44am    
A WorkFlow must be initiated and started by some action before it runs. If that action never occurs...
From your brief description this would be a process that should run at least once a day. A SPTimerJob would be the better solution, and it MUST be coded, SPD won't help you.

SPD is fine for small things like changnig styles or adding a page but it does not prodce reusable solutions and can't do most of the tasks a real SharePoint developer can do.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900