Input at the start of onboarding? #73
-
I've been looking for an alternative to our current deployment splash screen tool DEPnotify and someone suggested this project. I've been trying to get my head round how things work but it's a little confusing with ongoing communication taking place over named pipes, and none of the examples match my use case particularly closely. What we do currently is prompt for a computer name (text field) and a machine role (dropdown with a choice of staff/student/server, but radio buttons would also be acceptable). The information entered in these choices is then used to set the computer name and the value of an extension attribute "Machine Role" in Jamf. We then need to be able to display Jamf log messages about package deployment for our policies that deploy direct from our Jamf installation, and then Munki log messages for our policies that deploy software using DataJAR Auto-Update (which uses Munki under the hood). Is this possible? How would we do it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @LRSFC-DanJ, if I have correctly understood your workflow I would suggest you to use a pop-up to ask for the first two information you need to start the process (use |
Beta Was this translation helpful? Give feedback.
Hi @LRSFC-DanJ, if I have correctly understood your workflow I would suggest you to use a pop-up to ask for the first two information you need to start the process (use
input
anddropdown
accessory views, it is possible to show two different accessory views with one pop-up) and then to use two different pop-ups with progress bar accessory view (or one if you want to fit the Jamf and Munki log messages in a single process) to show to the user what is going on in background.Please refer to the wiki to understand how to properly format the payload for the accessory views and how to dynamically feed the progress bar.
We also have some script examples for progress bar.