Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Easy Heading Macro
headingIndent40
navigationTitleOn this page
selectorh2,h3
wrapNavigationTexttrue
navigationExpandOptiondisable-expand-collapse

Info
iconfalse
titleIntroduction

This document describes the usage of the Remove Button localized in Unused Objects tab.

How to Use

Access the Run-UseCount-Unused Objects tab and click refresh on the Refresh button to get the current unused object list.


All Objects the objects that are found , are objects that are unused. After this, select Select the object that you want to remove and click in “remove…”on “Remove”. You  You can select multiples objects to remove more than one or all unused objects.object by selecting multiple objects at once and clicking on Remove. 


When does it Workswork?

When Its works when there is an object that is not in use. It The unused objects can be either a Tagtags, a Devicedevices, or even a Report report page that is not being used.

...

It does not work if the desired object is being used, either by something on the screen , or by a line of code or script.

 

This Does this functionality identifies identify the Tags tags being passed as a reference by the .Link property?

No, it is very important to pay attention to the Tags tags that are being passed by the Link property. Our Since you cannot undo this changes, our software warns you that it is highly not recommended to delete something in this situation, since you do not have to undo the changes. (see previous image)

 

If the object is used as an expression, for example the TK.GetObjectValue, will it recognize the use? 

No, just like the “.Link” reference described beforeabove, the expression TK.GetObjectValue needs extra attention, because even if the . Even if an object is in use, it will appear as if it were not in use. It This is why we always recommend using the <Object>.GetName() method and not the “Object Name” as a typed text.

...