No announcements
Found 309703 threads
-
1 Votes
Project Server 2010 - Project Site Lists in a PDP
Hello Geraint, You could do this with JavaScript, see an example here that displays the Risks or ...Answered | 2 Replies | 1620 Views | Created by Geraint Morgan - Thursday, May 21, 2015 3:43 PM | Last reply by PWMather - Thursday, May 21, 2015 4:44 PM -
2 Votes
Project Fields Web App in a new PDP (2010)
Hi, The Project Fields webpart can be customised to choose the fields you want to see.Answered | 2 Replies | 5504 Views | Created by WLID1966 - Sunday, September 30, 2012 10:45 AM | Last reply by Brian Kennemer, MVP - Monday, October 1, 2012 6:11 AM -
1 Votes
EPT PDP as Template in PWA
Hi Robert156 create a web part page, insert the Project Fields web part into that page, add the custom fields you want to be appear in the PDP ...Answered | 2 Replies | 9330 Views | Created by Robert6156 - Sunday, April 17, 2011 8:33 AM | Last reply by Robert6156 - Sunday, April 17, 2011 12:50 PM -
1 Votes
odata: Unknown function 'replace'
I created a webresource that retrieves records with odata and javascript.Answered | 2 Replies | 1618 Views | Created by Wim_80 - Thursday, December 31, 2015 5:49 PM | Last reply by Wim_80 - Friday, January 29, 2016 9:08 AM -
1 Votes
PDP performance
We will use it to find answer.Answered | 2 Replies | 9188 Views | Created by Mermoz - Tuesday, March 22, 2011 11:57 PM | Last reply by Mermoz - Wednesday, March 23, 2011 9:49 AM -
0 Votes
Error saving PDP in EPM
I created the PDP using custom web partAnswered | 10 Replies | 10746 Views | Created by oyad - Wednesday, October 13, 2010 3:15 PM | Last reply by oyad - Sunday, October 24, 2010 7:05 PM -
0 Votes
Retrive records using ODATA with SQL functions
ODATA only supports simple comparison operators, and startswith, endswith and substringof.Answered | 3 Replies | 1718 Views | Created by Khadim Ali - Thursday, February 26, 2015 1:55 PM | Last reply by DavidJennaway - Thursday, February 26, 2015 9:58 PM -
2 Votes
Copy A PDP under PWA
When I'm uploading the PDP, it just gives me the option to enter the filepath and I can't choose a name for it.Answered | 7 Replies | 8531 Views | Created by onur.onal - Friday, July 20, 2012 9:03 AM | Last reply by Ryan A Darby - Monday, December 10, 2012 9:01 PM -
0 Votes
Odata query filter on boolean type fails
Hi, Install the OData tool from the below give link, it will help you to make OData queries.Answered | 3 Replies | 16039 Views | Created by Ben Springborn - Tuesday, March 26, 2013 7:10 PM | Last reply by Yogesh Mulay - MCTS - Wednesday, March 27, 2013 4:14 AM -
1 Votes
Issues/Risks problem on PDP
Hi, In order to acheive what you're after, you need to leverage the Project Workspace List Viewer in the PS2010 solution starters ...Answered | 2 Replies | 6984 Views | Created by cdub22 - Tuesday, January 10, 2012 10:48 PM | Last reply by cdub22 - Thursday, January 12, 2012 8:35 PM -
5 Votes
PDP Project Informationin PWA 2010
__________________________________________________________________ May be my explanations were wrong :-( When I'm editing the WebPart, I can ...Answered | 8 Replies | 9264 Views | Created by WLID1966 - Sunday, April 17, 2011 9:56 PM | Last reply by WLID1966 - Monday, April 18, 2011 8:52 AM -
1 Votes
oData: how do I retrieve the GUID of a record returned by a query?
I managed to add a JScript to the customerid field to disable users choosing Contacts.Answered | 11 Replies | 10364 Views | Created by pmdci - Monday, April 30, 2012 2:01 PM | Last reply by Akhileshrajpoot - Friday, April 12, 2013 4:50 AM -
1 Votes
OData call is returning 400 error.
Hello MadhuSudhan, Bad request means your query is not correct, you can use Odata Query Designer, to design your query and ...Answered | 2 Replies | 7902 Views | Created by Madhu-CRM - Friday, September 13, 2013 5:21 AM | Last reply by Madhu-CRM - Friday, September 13, 2013 7:03 AM -
0 Votes
How to Validate custom fields in PDP Project Server 2010
As for coding it up in VS2010, you would need to write a web part that uses the PSI to read and write the values back into the relevant custom fields depending on ...Answered | 5 Replies | 9008 Views | Created by Nitin Goyal85 - Wednesday, June 22, 2011 10:31 AM | Last reply by Alexander.Burton - Wednesday, June 22, 2011 11:21 AM -
0 Votes
Creating PDP's
Hi John, A PDP is a Web Part page, which you can create in Visual Studio or copy and modify from another PDP.Answered | 2 Replies | 10392 Views | Created by BayouB - Tuesday, January 11, 2011 5:53 PM | Last reply by BayouB - Tuesday, January 18, 2011 3:47 PM -
1 Votes
Display Deliverables in PDP
Thanks, but is there any instrouction for using Project workspace List Viewer??Answered | 4 Replies | 6499 Views | Created by mydreammoon - Wednesday, July 13, 2011 6:43 PM | Last reply by mydreammoon - Monday, July 18, 2011 3:36 PM -
2 Votes
Project Online Odata 45 Field limit
Although its allowing to create more, we are not able to get those in OData feed.Answered | 6 Replies | 3754 Views | Created by Franko 123 - Monday, July 21, 2014 7:30 AM | Last reply by Khurram Jamshed - Friday, December 4, 2015 4:57 AM -
2 Votes
Odata query to return record count
You will need to use fetchxml in conjunction with the SOAP ...Answered | 1 Replies | 5512 Views | Created by Richard D. James - Tuesday, September 4, 2012 5:45 PM | Last reply by Scott Durow (MVP) - Tuesday, September 4, 2012 6:02 PM -
0 Votes
Populating Fields in Entity using data from Fields of another Entity that has been selected in a filtered Lookup using Odata
You have to use var lookupid = primaryContact [0].id; ///////////////////// Instead use the below code.Answered | 3 Replies | 2095 Views | Created by Hamzak - Monday, August 12, 2013 5:16 PM | Last reply by Kalim Khan - Wednesday, August 14, 2013 1:07 PM -
0 Votes
Delete Set of Records using Odata Query in Silverlight Application
There are alot of Sample Code that will helps you Retrieve Entity Using Silverlight REST Endpoint with ...Answered | 2 Replies | 3648 Views | Created by Abhishek Jai - Thursday, April 12, 2012 4:11 PM | Last reply by MubasherSharif - Friday, April 13, 2012 5:43 PM
No announcements