First, we need to mark every object to be removed by setting their property .pyDeletedObject to true. Then, apply the following function: @Utilities.RemoveDeletedObjects(TopPage.MyPageList) After applying this function, the marked elements will be removed from the page list.
This is what I do when there is a problem with the Lock. Tipically, the error message is as follows: Save, Delete or Commit has failed because lock "XXX" is not held
Comments
Post a Comment