P
PG
We had some generic resources. We wanted them to become "real" resources so
we flipped off the generic flag and changed to committed resource. We set a
pwd for the resource. We treat the resource as a "job jar" from which we then
add tasks. Unfortunately, all new tasks are now created not committed. We run
the script below every day:
update msp_web_assignments
set assn_booking_type = 0
where assn_booking_type = 1
This fixes the problem for current assignments in the wrong state. We is the
flag that we can flip to stop this from continuing?
we flipped off the generic flag and changed to committed resource. We set a
pwd for the resource. We treat the resource as a "job jar" from which we then
add tasks. Unfortunately, all new tasks are now created not committed. We run
the script below every day:
update msp_web_assignments
set assn_booking_type = 0
where assn_booking_type = 1
This fixes the problem for current assignments in the wrong state. We is the
flag that we can flip to stop this from continuing?