Error on Project Workspace - Resource Assignment

Trailblazer11
Tera Expert

Hi All,

 

We have planning attribute defined on 'Cost Plan'.

When we are creating resource assignment for Group(s) from the Project workspace and trying to amend the field 'cost plan' it is throwing the below errors:

 

 

Cannot edit an attribute field for the group resource assignment.
Trailblazer11_0-1729786254949.pngTrailblazer11_1-1729786271638.png

 

Cannot have attributes when assigment type is group
 
Could anyone please assist where are these defined, I have checked Script Include and Business rule but couldn't find it.
Along with that why it is only for Groups but not for users. Thanks
3 REPLIES 3

Trailblazer11
Tera Expert

@Namita Mishra , any assistance on this please to understand it? Thanks

PraveenAyyappan
Tera Contributor

Both of these error messages are from a Business rule named " Validate fields on Group assignment". This business rules gets triggered only for "Assignment type is Group and Plan Type is Task"

Purpose of this Business Rule: To ensure that a resource is not assigned to both a group and an individual, avoiding potential conflicts in resource assignments. 

 

Please mark the answer as helpful and correct if helped.

 

Regards,

Praveen.

Hi @PraveenAyyappan ,

 

Thanks for the response. I can see the second error but not the first one 'Cannot edit an attribute field for the group resource assignment.' in the mentioned business rule. Although that could be found in the Messages table. Please assist.