Skip to main content
Version: OpCon (Cloud - Current)

User Inputs Overview

Overview

User inputs allow Self Service requests to accept values from the end user at runtime. When a variable is defined within an OpCon Event definition, it becomes available as a user input. When a user selects the service request button, any configured user input fields display so the user can supply a value. The system inserts that value into the event before SAM receives it.

By default, a new variable is set to the Text type with no validation, allowing users to enter any value.

OpCon supports the following user input types:

Input typeDescription
TextFree-text field with optional minimum/maximum character limits, invalid character rules, padding, secret masking, and regular expression validation.
NumberNumeric field with optional minimum and maximum value constraints.
DateDate picker with optional start date, end date, and format pattern.
ChoicePredefined list of caption-and-value pairs; the user selects one option.
Master JobList of Master Jobs to which the logged-in user has privileges.
Master ScheduleList of Master Schedules to which the logged-in user has privileges.
Text CollectionMulti-value text field with a configurable delimiter, optional duplicate restriction, and character validation.

You can reorder user inputs using the up and down arrows in the User Inputs list. The order shown is the order the fields display to users when they run the service request.

In this section

PageDescription
Setting up User InputsAdd user input fields to a service request and reorder them.
Configuring Text User InputsConfigure a free-text input field with validation rules.
Configuring Number User InputsConfigure a numeric input with optional minimum and maximum constraints.
Configuring Date User InputsConfigure a date picker input with optional date range and format.
Configuring Choice User InputsConfigure a predefined list of selectable options.
Configuring Master Job User InputsLink an input to a list of Master Jobs the user has privileges to select.
Configuring Master Schedule User InputsLink an input to a list of Master Schedules the user has privileges to select.
Configuring Text Collection User InputsConfigure a multi-value text input with delimiter and duplication settings.

Glossary

TermDefinition
OpCon EventA command sent to OpCon that triggers an automated action, such as adding a job to a schedule, updating a property value, or changing a job or schedule status.
PropertyA name-value pair stored in OpCon. Properties can be referenced in job definitions using token syntax to pass dynamic values at runtime.
SAM (Schedule Activity Monitor)The logical processor for OpCon workflow automation. SAM monitors schedule and job start times, dependencies, and user commands, and processes OpCon events.
Self ServiceA Solution Manager module that allows non-technical users to trigger OpCon automation workflows through a simplified, button-based interface.
Service RequestA Self Service button that encapsulates one or more OpCon events. Administrators define the events; end users run the request without needing direct access to schedule definitions.