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
  •  | 
  •  

Вопрос

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

Это было полезно?

Решение

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

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top