This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SUPPORT Q&A - How to get the id??

miffy - Sunday, August 31, 2008 9:55 PM:

I want to get the Project_number in Project ItemType on BeforeUpdate event when i change the project

but i don't know hot to use the command of  Method to get that value

could you tell me??  thank you very much !!



SamsAn - Monday, September 1, 2008 3:33 AM:

Use code line line below (C#):

  string Project_number = this.getProperty("project_number");

Hope it helps.