Skip to main content

Changing a Plan to "Not Started" in RB and Deleting it from UI

If we get a scenario where we need to delete a plan. we can use below updates to set the plan to "Not Started" from completed and then delete it from UI

Updated this week

update AsRunPlans set AsRunPlanStatus=101 where id in ('plan id')
update plans set RmsPublishedRevisionId=NULL where id in ('plan id)

Did this answer your question?