- 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,812 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
01-17-2019 08:51 PM
Can you post screenshot of your code changes in script include?
Also, what's datatype of pgroup field ? is this reference field?
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2019 06:07 AM

- 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
07-07-2020 09:32 AM
Thanks for this! You've just helped me solve a requested change at our organization!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2022 04:25 AM
Thanks for helping navigate, any idea from where this Script Include is getting triggered, I don't see its getting triggered from BR.