mirror of
https://github.com/jamf/Setup-Manager.git
synced 2026-02-03 14:13:24 +00:00
Feature request for custom UserEntry fields of type TextInput, Password Input, Option selection #9
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @chupsuymang on GitHub.
Hi,
I have a feature requests that I really would need in Setup Manager.
Very often I have to make custom Input upon system setup such as selecting certain configuration type's, other text, password or checkbox inputs.
Currently we do this post Setup within the Users session through another product and I would really like to get this included in the actual enrollment experience for the tech to select instead of depending on the enduser to select the correct stuff.
I think it would be very useful, if one could create custom Inputs which can be further processed as variable in shell commands as example,
such as a script or cli application, getting passed the value as a %CustomOptionInput% or $CustomOptionInput.
The way of configuration I would think would not be much different than those inputs for building or computer name possible already, just using custom names and maybe a label. Kind of like example below.
<key>userEntry</key> <dict> <key>customVariableName</key> <dict> <key>label</key> <string>My Custom Option Box</string> <key>options</key> <array> <string>Config Option 1</string> <string>Config Option 2</string> <string>Config Option 3</string> <string>Config Option 4</string> <string>and so on...</string> </array> </dict> </dict>And maybe similar for a Checkbox or Text input.
@scriptingosx commented on GitHub:
duplicate #24