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.