P
Pat
I need to be able to do the following: Use Enterprise Common Resource
Pool which is loaded with the burden rate for each resource. For any
given project I need to be able to assign different bill rates for the
resources, without actually updating the common resource pool. I
thought that using custom fields at an individual project level would
enable this, but I thought wrong. I am desparate for suggestions on
how I can accomplish this. If it cannot be solved I am faced with not
using the enterprise resource pool and that would not be a good thing.
Here are the current details:
We are using Enterprise Resource Pool and have several custom Resource
fields defined in Enterprise Global. One of the fields is Enterprise
Cost10 which contains the burdened cost of the resource. We also have
defined an enterprise template which is using two local custom
resource fields: Cost8 and Number 12.
Cost8 is a data entry field for Bill Rate. Number12 is a formula:
IIF([cost8]=0,0,(([cost8] - [enterprise cost10])/[cost8])
The custom enterprise template is used to start all new projects. The
project team is built from the common resource pool. For each person
on the team, the Cost8 field is formatted with a bill rate. (Remember
Cost8 is NOT Enterprise Cost8 -- was expected to be local to the
specific project schedule). Once the cost8 field is formatted with a
bill rate, the Number12 field for the resource is correctly
automatically calculated. (The values in the Cost8 fields are copied
to the Standard Rate fields to calculate cost of the project).
The project is published to Server. When the project is checked out
of Server we see the following:
The Cost8 field for each resource has 0 for a value, even though the
Cost8 field is NOT an Enterprise field.
The Number12 field for each resource also has 0 for a value.
If a value is reentered into the Cost8 field, Number12 field still
remains 0: The formula still exists for the Number12 field, but will
not execute.
If I use a local resource, all of the data exists when I check out the
project, except that the formula for Number12 field only seems to
calculate when the project is checked out.
I hope this makes sense to anyone who reads this. There are really
two issues here:
1. Local custom resource field values do not appear to be saved with
the project.
2. Local custom resource field formulas appear to execute only when
the project is checked out from the database. While the project is
checked out, the formulas will not execute.
Pat
Pool which is loaded with the burden rate for each resource. For any
given project I need to be able to assign different bill rates for the
resources, without actually updating the common resource pool. I
thought that using custom fields at an individual project level would
enable this, but I thought wrong. I am desparate for suggestions on
how I can accomplish this. If it cannot be solved I am faced with not
using the enterprise resource pool and that would not be a good thing.
Here are the current details:
We are using Enterprise Resource Pool and have several custom Resource
fields defined in Enterprise Global. One of the fields is Enterprise
Cost10 which contains the burdened cost of the resource. We also have
defined an enterprise template which is using two local custom
resource fields: Cost8 and Number 12.
Cost8 is a data entry field for Bill Rate. Number12 is a formula:
IIF([cost8]=0,0,(([cost8] - [enterprise cost10])/[cost8])
The custom enterprise template is used to start all new projects. The
project team is built from the common resource pool. For each person
on the team, the Cost8 field is formatted with a bill rate. (Remember
Cost8 is NOT Enterprise Cost8 -- was expected to be local to the
specific project schedule). Once the cost8 field is formatted with a
bill rate, the Number12 field for the resource is correctly
automatically calculated. (The values in the Cost8 fields are copied
to the Standard Rate fields to calculate cost of the project).
The project is published to Server. When the project is checked out
of Server we see the following:
The Cost8 field for each resource has 0 for a value, even though the
Cost8 field is NOT an Enterprise field.
The Number12 field for each resource also has 0 for a value.
If a value is reentered into the Cost8 field, Number12 field still
remains 0: The formula still exists for the Number12 field, but will
not execute.
If I use a local resource, all of the data exists when I check out the
project, except that the formula for Number12 field only seems to
calculate when the project is checked out.
I hope this makes sense to anyone who reads this. There are really
two issues here:
1. Local custom resource field values do not appear to be saved with
the project.
2. Local custom resource field formulas appear to execute only when
the project is checked out from the database. While the project is
checked out, the formulas will not execute.
Pat