RMW - Where is the resource status set?

B3N_AU
Tera Guru

Hi,

Can anyone point me in the right direction to where the logic for where the resource level -> resource status is set?

If one or more of the resources projects is not approved(Pending or Unassigned) then the resource level is set to Pending. 

RMW

B3N_AU_0-1755464342668.png

 

Cheers Ben

1 ACCEPTED SOLUTION

It's in this script include RMWorkspaceDataFetch

  • _buildResourceRow
  • getAssignmentData
 

View solution in original post

5 REPLIES 5

GlideFather
Tera Patron

Hi @B3N_AU,

watch this, it might help you:

 

 
———
/* If my response wasn’t a total disaster ↙️ drop a Kudos or Accept as Solution ↘️ Cheers! */


Thanks @GlideFather - I looking for the code/where the code is that sets this logic.

It could be some business rule, I checked for resource_allocation and resource_plan but found nothing.

 

or perhaps a flow?

———
/* If my response wasn’t a total disaster ↙️ drop a Kudos or Accept as Solution ↘️ Cheers! */


It's in this script include RMWorkspaceDataFetch

  • _buildResourceRow
  • getAssignmentData