How can I make sure my PSI Code executes after a certain event..e.g, creating of a new project

StackOverflow https://stackoverflow.com/questions/13695120

  •  04-12-2021
  •  | 
  •  

Question

I am very new to PSI, and I would like to automate a task that happens after the user creates a project..basically , after he clicks, projects-->New--> (then chooses a template/for his project)

How can we create the event handler , and trigger this action.. Thanks a lot ! ^^ Any kind of hint/help would be much appreciated

Julia

Était-ce utile?

La solution

Using server event handlers will help you in this. You can use "ProjectCreated" or "ProjectCreating" event handlers. check the following link:

http://msdn.microsoft.com/en-us/library/office/gg615466(v=office.14).aspx

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top