[Projects] Add Assigned Resources to projects and project tasks#9315
Open
t-prda wants to merge 6 commits into
Open
[Projects] Add Assigned Resources to projects and project tasks#9315t-prda wants to merge 6 commits into
t-prda wants to merge 6 commits into
Conversation
Introduce an informational Job Assigned Resource table that lets resources be assigned at project level (blank task) or to a specific posting-type project task, with support for multiple resources per project/task. Surface management pages and actions on the Project Card/List, Project Task List/Card and task-lines subpages, and read-only archive views. Task-level assignments are restricted to posting-type tasks; changing a task away from Posting is blocked while assignments exist. Assignments cascade-delete with their project/task, are copied by Copy Project Tasks via an opt-in toggle (insert-if-absent), and are archived/restored/renamed alongside the project. Adds base-app tests and a Library - Job helper. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 6d5335d8-d856-480e-8bfb-128091437eb8
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 6d5335d8-d856-480e-8bfb-128091437eb8
MonicaPAhuja
previously approved these changes
Jul 10, 2026
…ssigned-resources # Conflicts: # src/Layers/W1/Tests/Job/UTTJob.Codeunit.al
MonicaPAhuja
previously approved these changes
Jul 10, 2026
Copilot
AI
changed the title
[Projects] Add Assigned Resources to projects and project tasks
Fix WorkitemValidation CI: add retry logic for transient gh api HTTP 502 errors
Jul 10, 2026
Contributor
Copilot PR ReviewIteration 1 · Outcome: completed Knowledge source: https://github.com/microsoft/BCQuality@822cae1b2771ac25f665f73369f69093bd4fd630 Findings by domainFindings split into Knowledge-backed (cite a BCQuality article) and Agent (the agent's own judgement, no matching BCQuality rule).
Totals: 1 knowledge-backed · 0 agent findings. Orchestrator pre-filter (13 file(s) excluded)
Findings produced by the Copilot CLI agent against BCQuality at |
Copilot
AI
changed the title
Fix WorkitemValidation CI: add retry logic for transient gh api HTTP 502 errors
[Projects] Add Assigned Resources to projects and project tasks
Jul 10, 2026
Copilot
AI
changed the title
[Projects] Add Assigned Resources to projects and project tasks
Add SetLoadFields to CheckJobTaskIsPosting in Job Assigned Resource
Jul 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes AB#640497, AB#640498, AB#640501
Summary
Adds an informational Assigned Resources capability to Projects (Jobs): resources can be assigned at the project level (blank task) or to a specific posting-type project task, with multiple resources per project/task. This is generic BaseApp functionality (no Expense dependency); a downstream Expense Agent consumer will use it later.
What's included
Job Assigned Resourcetable (project + optional posting task + resource;Resource Nameflowfield) and a management list page.Assigned Resourcesactions (project-level on Project Card/List; task-level on Project Task List/Card, task-lines subpages and the standalone Job Task Lines page), promoted next to Planning Lines where applicable.OnInsert/OnModify+Job Task No.TableRelationconst(Posting)); changing a task away from Posting is blocked while assignments exist; actions show a friendly message on non-posting tasks.Copy Assigned Resourcestoggle; insert-if-absent (no overwrite).Job Assigned Resource Archivetable; store/restore/rename inJob Archive Management; cascade onJob Archivedelete; read-only archive view page with actions on the Job Archive Card/List and archived task pages. Covers both project- and task-level rows.Library - Jobhelper.Test plan
UT T Job Task Line,UT T Job,UT C Copy Job, andJob Archivingare green.