Update the data from the list daily at 7:00 AM
-
30. dubna 2012 20:20
I need to display the details from list on sharepoint on daily basis at 7AM.
i have list with all the details of the person working for that day however shift changes daily at 7AM ..
I am able to do daily at 12:00AM when the data changes however i need to that daily at 7AM not 12:00AM please help me
Všechny reakce
-
1. května 2012 6:48
how do u update them at 12:00 am are you using a timer job to update the list ?
You want the update to be automatic ?
if so what is datasource that will be used for the update
If the reply was helpful or informative, please remember to mark it as answer or vote as helpful. MCITP SHAREPOINT
-
1. května 2012 7:28If ootb alerts does not suit your business needs you can either create your own TimerJob sending emails or use any of Third-Party solutions (eg this on)
Think -> Search -> Ask -> Think again.
-
1. května 2012 13:07
i just created a view a on list in sharepoint and used filter so whenever there is change of date ..on different page i display the details of the person who will be working on that day.
This is happening daily at 12:00AM.
instead of that i want the details from the list for the person who will be workiong on that at 7AM.
this is on call list so our shift changes daily at 7AM.
-
1. května 2012 14:16
we are using date filter to filter data based on date selection..
i set today's date as default value so whenever date changes it showing todays records but i want to show todays records after 7 am, before 7am i need to display previous day records..
yes automatically it should change after 7am.
Today's date & time >= 7am -- should display today's on call details
else we have to display previous day oncall list..