You always have a cheerleader, whatever path you take.
-
 |
The MyWilkes web portal provides single sign-on access to all university online systems that used to be accessed through multiple web pages. Sign-on to explore. More>> |
|
ListCustomSQL: select ItemID,Title,SourceURL,SourceURLPopWin,null as SubTitle,null as TeaserText,RelatedURL,RelatedURLPopWin,c.DetailURL, Subtitle,StartDateTime,StopDateTime,publishstart,listposition FROM ChannelData cd, Channel c WHERE (cd.ChannelID IN ('{EFE2D943-25CE-4E20-BE8F-8EF6B3919D4F}')) AND cd.ChannelID = c.ChannelID AND cd.Status IN (1) AND (GetDate() BETWEEN IsNull(PublishStart,GetDate()) AND IsNull(PublishStop,GetDate()+1)) AND ( CharIndex(', Today@Wilkes Students,',', ' + Category + ',') > 0 )
ORDER BY PublishStart Desc, ListPosition |