Project management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-06-2022 02:23 AM
How to copy project tasks and attach it to an existing project using a catalog item and update record ?2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-06-2022 07:31 AM
Any reason why it needs to be through a catalog item?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-06-2022 10:07 AM
Hello!
1. If you have this Catalog item in a particular workflow, you can have a run script to update whatever values you need. or you can check if the workflow is feasible to add the run script.
or
2. Write a business rule with the code to update records and set the condition for the particular cat item (and other conditions if needed, ex : approval = approved)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-06-2022 07:49 PM
I would say if you have a feasibility to export as a XML (copy) of your project task and update record.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-06-2022 11:15 PM
As per customer requirement they wants to create project using service they are providing. also need approval from manager . I have created this customization using copy project api . now they wants to attach some exiting project tasks at the time of requesting any service .