K
K S
I have Project Server 2007 Server Side Event for Resource Changed. I am
populating few custom fields based on the security of the resource and then
updating the resource using UpdateResources function.
When the code execution hits UpdateResources function, the server side event
fires itself again. It fails during second time as I already have the
resource checked out before I call UpdateResources.
So, I want to ensure that I can update the resource without causing the
event to fire again.
Please advise.
populating few custom fields based on the security of the resource and then
updating the resource using UpdateResources function.
When the code execution hits UpdateResources function, the server side event
fires itself again. It fails during second time as I already have the
resource checked out before I call UpdateResources.
So, I want to ensure that I can update the resource without causing the
event to fire again.
Please advise.