You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Script Sample
New-UDInput -Title "New Department" -Id "NewDepartmentForm" -Content {
New-UDInputField -Type 'textbox' -Name 'DepartmentNumber' -Placeholder 'Department Number ("2600922")'
New-UDInputField -Type 'textbox' -Name 'ShortDepartmentNumber' -Placeholder 'Short Department Number ("922")'
New-UDInputField -Type 'textbox' -Name 'DepartmentName' -Placeholder 'Department Name ("2600922 - IT")'
New-UDInputField -Type 'textbox' -Name 'DepartmentNameFriendly' -Placeholder 'Friendly Department Name ("Information Technology")'
New-UDInputField -Type 'textbox' -Name 'ParentDepartment' -Placeholder 'If applicable, the department number of the parent department ("2600890")'
New-UDInputField -Type 'textbox' -Name 'Manager' -Placeholder 'Username of the department Manager'
New-UDInputField -Type 'textarea' -Name 'Notes' -Placeholder 'Optional text that will be included in the notification to IT-Support'
} -Endpoint {
param($DepartmentNumber, $ShortDepartmentNumber, $DepartmentName, $DepartmentNameFriendly, $ParentDepartment, $Manager, $notes)
Show-something
} -SubmitText "Create"
Version Information
Operating System:
PowerShell Version:
Universal Dashboard Version:
UD Hosting Method: (Powershell, IIS, App Service, Etc.)
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the Issue
Title and screenshots should tell the story
To Reproduce
Steps to reproduce the behavior: (Example)
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Script Sample
Version Information
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: