Change Context Position in Step Name
By default, when typing Context information for a Switching Order/Restoration Order step, the information appears at the beginning of the step name. Follow the steps below to change where in the step name the context appears:
- Open Miner.Responder.Model.Switching.Properties.Resource.resx. By default, this file is installed here: C:\Program Files (x86)\Miner and Miner\ArcFM Solution\Resources\Responder.
-
Look for any type of step name to modify, such as CloseDeviceTitle
and locate the variable:
{0:Context}
- Be default, the variable appears at the beginning of the title. You can move that variable to any position within the title.
- In addition, you can search for the version of the step name that also includes the device, such as CloseDeviceWithFormatTitle and change the position of the {0:Context} to any position within the title.
- Save and close Miner.Responder.Model.Switching.Properties.Resource.resx.