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 !!
Use code line line below (C#):
string Project_number = this.getProperty("project_number");
Hope it helps.