Hi everyone,
I see that I could get data from project server, I tried it but I get nothing
So I did: ProjectOnline.ListProjects("sharepointsitexxxx/sites/Projects/default.aspx") and that returns an empty item
I've some projects on my server and I don't have error message
Someone know the reason of my empty item?
Many thanks in advance
You will need to append to the end to include ".value" (without the quotes, of course)
ProjectOnline.ListProjects("sharepointsitexxxx/sites/Projects/default.aspx").value
Hoping this helps you.
Whoops!
Meant to remove the "default.aspx" from the URL.
ProjectOnline.ListProjects("https://YourSiteGoesHere.sharepoint.com/sites/Projects").value
Thanks you for your quick answer
I used the command: ProjectOnline.ListProjects("https://mysite/sites/pwa/").value (I tried with or or without / and others tests) but I have the message : Erreur Http(code 401) return by the server
But I'm log with my account which has acces to this site and when I copy and past the link, I reach my site
Any idea?
Thanks in advance
User | Count |
---|---|
257 | |
110 | |
97 | |
52 | |
39 |