Can we Transform an Project Template into Project in Netsuite using Scripting?

Hi All,

I worked on a project where AIM was to create Project form Project Template record.
From UI we can click on button and create Project from Project Template Record but in
Scripting this functionality is not possible.

Then HOW to Transform Project Template into Project ?

As transform was easiest way and was not working means we have to spend time on this.
Now question is how much? which one is easy solution ? how much time easy solution can take?

I did Same in Below Steps:

1. Get ALL Field's values from Project Template and Set on Project while creation only
2. Store Newly created Project record's id somewhere.
3. Now there are many milestones, task etc were also there.Now that part was easy, I used copy api of Netsuite and while copying set Project as id of project which we created just before this step.

This way I have almost all the fields and sublist copied successfully.

Please let me know if you need any help on this.

Thanks
Abhi 

Comments