Blog Post

System Center Blog
1 MIN READ

Customizing the Self-Service Portal Source Code Example #2–Hiding the Urgency Drop Down

System-Center-Team's avatar
Feb 15, 2019
First published on TECHNET on Jun 17, 2011

Some customers have asked how they can hide the Urgency drop down on the self-service portal request form:



This is really easy to do provided the source code .


You just need to open the CreateRequest.cs file in Visual Studio and add these two lines of code and then compile and deploy using the instructions provided with the portal source code download.




Note: the incident urgency will always default to Medium.

Updated Mar 11, 2019
Version 4.0
No CommentsBe the first to comment