Is there any way of getting task 'Guid' property value from 2007 mpp/xml files?
Also is there any way to simulate GetServerProjectGuid() method from automation?
Thx in advance!
You can use ExtendedAttribute property of a task to get Guid value. Here is the sample code:
{
}