Smart Grid Applications Overview > Responder Overview > Optional Configurations > Switch Orders > Require Removal of All Tags |
Version: 10.1 |
By default, a user can restore or cancel a device in a switching order even if all tags have not been removed (e.g., tag for future repairs). You can modify this behavior and require all tags be removed before the device can be restored or cancelled and the switching order closed. To do this, follow the steps below.
Copy Code
|
|
---|---|
<RulePackage Key="TagDeleteInitialization" Caption=""> <b:RuleClasses Key=""> <!--<b:RuleClass Key="InitializeTagForDelete" Type="Miner.Responder.Explorer.InitializationRules.InitializeTagForDelete,Miner.Responder.Explorer" />--> <b:RuleClass Key="DataRowRule" Type="Miner.Data.Access.DataRowRule,Miner.Data.Access"/> </b:RuleClasses> </RulePackage> |
Copy Code
|
|
---|---|
<RulePackage Key="TagDeleteInitialization" Caption=""> <b:RuleClasses Key=""> <b:RuleClass Key="InitializeTagForDelete" Type="Miner.Responder.Explorer.InitializationRules.InitializeTagForDelete,Miner.Responder.Explorer" /> <b:RuleClass Key="DataRowRule" Type="Miner.Data.Access.DataRowRule,Miner.Data.Access"/> </b:RuleClasses> </RulePackage> |