Hi All,
I am trying to create a simple test MS Project/Office App and am having trouble figuring out how this should work.
Just to be clear, I am talking about a task pane app within the MS Project client (these are sometimes also referred to as Office.js Apps).
According to the documentation, we have a very little API available (11 get-functions):
http://msdn.microsoft.com/en-us/library/office/fp160982(v=office.1501401).aspx
However, the standard office function setSelectedData should also work, I guess. But when I try to call this function from MS Project it is undefined.
I can also see from the intellisense that there is some other functions NOT listed in the API (ex. setResourceFieldAsync, setTaskFieldAsync, getTaskByIndexAsync). However, I cannot make these work either.
So to sum up my question, is there no way to write data back into MS Project through the Office.js API?
http://technicaltrix.blogspot.dk/