Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1310
Assign projectkey to the task
posted

Hello

Is there any way to assign Ultrawinschedule.Task.ProjectKey explicitly. Since I am handling with multiple projects and associated tasks and need to implement cut/copy/paste.

Regards

Jeni

Parents
  • 71886
    Offline posted

    Hello Jeni,

    I was able to achieve this by using a code similiar to the following:

          ultraCalendarInfo1.Tasks[0].Project.Key = "TEST";

    Please try it and let me know if it works for you. 

Reply Children
No Data