Aras Community

Welcome to Aras Community Sign in | Join | Help
in Search
Aras Community
Please Also Visit the Project Site to Download Add-Ons and Solutions
Jump to Projects

How to get the id??

Last post 09-01-2008, 3:33 AM by SamsAn. 1 replies.
Sort Posts: Previous Next
  •  08-31-2008, 9:55 PM 1041

    How to get the id??

    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 !!

  •  09-01-2008, 3:33 AM 1043 in reply to 1041

    Re: How to get the id??

    Use code line line below (C#):

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

    Hope it helps.
     

View as RSS news feed in XML
Powered by Community Server, by Telligent Systems