Smart Grid Applications Overview > Responder Overview > Optional Configurations > Tag Validation |
Version: 10.1 |
When a user removes a tag, Responder requires that the tag ID entered match the tag ID entered when the tag was placed. Responder does NOT require that the Owner Name field (or Executed By field if the tag is added via a switch order) contain the same name as the Owner Name field when the tag was placed. You can set up tag validation to ensure that the Owner Name or Executed By fields always match when the tag is placed and when it's removed. Simply uncomment a couple lines of XML in the SubmitRulesConfig.xml file.
Tags can be placed using the Create Tag tool in ArcMap and removed on the Tags tab in Responder. Tags can also be placed using a switch order. Setting up tag validation for these two methods of tag placement/removal require two submit rules. Follow the steps below to set up tag validation for one or both of these methods. Validation on the Owner Name and Executed By are never case sensitive.
Note that regardless of how tag validation is set up, the user will always have to enter the correct tag ID.
Copy Code
|
|
---|---|
<!--<b:RuleClass Key="" Type="Miner.Responder.Processors.SubmitRules.Pre.SwitchingRules.VerifyTagsRemoveSwitchingOperation, Miner.Responder.Processors" />--> <!--<b:RuleClass Key="" Type="Miner.Responder.Processors.SubmitRules.Pre.VerifyTagsRemoveAuthorization, Miner.Responder.Processors" />--> |