Simone.C - Friday, November 30, 2012 4:44 AM:
Hi, I'm new of Aras PLM and I'm using it to develop a project for my bachelor degree.
I can't find any help in Aras documentation, so I hope that you can help me with this (elementar) problem...
I need to get the value of a property called "project_priority" that i added in the Project Form.
How can I do to retrieve this property and display it?
Thanks in advance for help!!
Simone
Dave_Rollinson - Tuesday, December 4, 2012 11:49 AM:
Simone
Did you add the property to Project ItemType as well as the Project Form?
If not you need to create the property on the ItemType then you can use it in the grids and forms.
Simone.C - Friday, December 7, 2012 4:46 AM:
Thanks for information: I've added the property, and now I was able to display it directly retrieving it with an SQL query...
I've tried with getItemById(), but for the moment, I didn't find the way to let this function work...