DMT - Resource Group Delete

Hi all,

Yesterday I ran a DMT to update resource groups for certain operations. In my filtering, I missed an operation that should have been taken out and the new resource group got added to this op by mistake. I’m looking for a DMT, or a set of DMT’s to delete this resource group from a specific operation.

I tried a DMT to delete the operation and add a new operation with the correct resource group, but the operation already has transactions against it, so I can’t go that route.

Any help is appreciated!

You can manually delete the records without issue?

I could manually delete the resource group, from the operation for every part, since it is a new resource group, but the operation has transactions. I really do not want to update 4000+ records manually.

Is the issue that you can’t manually delete the operation or the resource group on that operation? Is DMT throwing an error if you try to delete the resource group from an operation that has transactions on it also?

@cchang

I can manually delete the resource group without an issue, but I can’t delete the operation due to transactions against it previously. The resource group was added to the operation by mistake.

Yes DMT is throwing an error when trying to delete a resource group from an operation that has transaction. I guess I’m not sure how to run a DMT to only delete the resource group, without having to delete the operation, or if that’s even possible.

After a little research, I found a solution using a RowMod field with a value of D. This allowed me to delete just the resource group rather than the whole operation.