- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2024 06:42 AM
Hi,
I was asked to create new record producer which creates new Project [pm_project] and predifined Project Tasks [pm_project_task] under it. I'm now facing an issue that I'm unable to set top_task field correctly for created Project Task. Project Task should have Project as a top_task, but currently it populates project task itself as a top_task.
My Record producer is set to Project table and latest version of my code is following, I have also tested to create Project Task first and setting top_task afterwards, but it didn't work either.
// Create new Project Task
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2024 11:21 PM
Hi @axa,
I did find a way which seems to be working without issues. Before I insert new record I set Workflow false, which did the trick.
-J0unss
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2024 05:47 AM
Hi
Did you find a solution for this as I am about to embark on something similar?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2024 11:21 PM
Hi @axa,
I did find a way which seems to be working without issues. Before I insert new record I set Workflow false, which did the trick.
-J0unss