How do I add the OLC state property to a manually created service template?

Purpose

You cannot configure the OLC state property of a service object during object creation. The OLC state property is automatically included in an NFM-P-created service template, but not in a manually created service template.

Steps
 

Open the GUI builder, as described in the NSP NFM-P Scripts and Templates Developer Guide.


Create a combo box component and enter olcState as the Name attribute value.


Enter the following as the List attribute values:

  • inService

  • maintenance


Enter one of the following as the Default attribute value:

  • inService

  • maintenance


Save the changes and close the open forms.

End of steps