Create Project: How to move data from the demand to the created project?

Bob Waltrip
Giga Contributor

Hi,

When I create a project from a demand, most of the data copies over to the newly created project.  But, for the "Description" field, it is not copied.  The Description field on the project is blank.   How can I get this field to copy over during the create project?

 

Also, if I create a custom field on the demand, how do I get that data to copy over to the project.  I assume I create the same field on the project as the first step but not sure how to tell the system to copy this data during the copy project.

Thanks,

Bob

1 ACCEPTED SOLUTION

Hi Bob,

 

You need to map column names between demand and project.

Please modify script include with below

 

project.setValue("u_pgroup",demand.getValue("u_pgroup"));

 

Also, Please make sure that your type of demand is  saved as"project" before clicking on "Create Project" UI action.

find_real_file.png

 

 

 

 

 

Regards,

Sachin

View solution in original post

17 REPLIES 17

Hello Manal,
It gets triggered via the UI action 'Create project' which calls AjaxCreateRelatedEntityFromDemand which in turn calls DemandToProjectCreationHelper

This might be an old thread but this was extremely helpful, thank you!

Success!   That did it.  

 

Thanks so much.

 

Bob

Great, Do you mind to mark my answer as correct?

 

Regards,

Sachin

Sure, I've done that now.  Also marking your earlier answers as helpful.