Sharepoint Update automated -
i have no experience in sharepoint development. work on bi product , generates reports sharepoint site. of columns in sharepoint site are:
state status technical legislation
when columns - status, technical , legislation updated, need automatically update sharepoint site. site not yet available, should have following columns:
state alert reason current status previous status status last updated technical last updated legislation last updated alabama status modified active state implementing 8/13/2013 legislation updated 8/7/2013 technical updated 8/12/2013
if status, legislation or technical updated again alabama, latest update should reflect in new sharepoint site. possible? how can done? regards, jude
you need use custom code , develop event receiver in visual studio. event receivers attached lists (or libraries or sites) , fire when event occurs. in case sounds need implement itemupdated event , run custom process @ point.
here tutorial on this: creating sharepoint 2010 event receivers in visual studio 2010
Comments
Post a Comment