- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2019 01:58 PM
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
Solved! Go to Solution.
- 4,816 Views

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2019 08:48 AM
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.
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2025 09:17 AM
Hello Manal,
It gets triggered via the UI action 'Create project' which calls AjaxCreateRelatedEntityFromDemand which in turn calls DemandToProjectCreationHelper
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2024 06:36 AM
This might be an old thread but this was extremely helpful, thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2019 09:22 AM
Success! That did it.
Thanks so much.
Bob

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2019 09:23 AM
Great, Do you mind to mark my answer as correct?
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2019 09:38 AM
Sure, I've done that now. Also marking your earlier answers as helpful.