Friday - last edited Friday
Good Morning/Afternoon,
I'm trying to add a Sub-Menu with some common links that our staff and students use. I got the menu to show as "Actions." Shouldn't I be able to name it "RBS Links" using the MenuText key? Am I not placing it in the correct spot?
See plist:
<plist version="1.0">
<dict>
<key>Actions</key>
<array>
<dict>
<key>Action</key>
<array>
<dict>
<key>Command</key>
<string>url</string>
<key>CommandOptions</key>
<string>REDACTED</string>
</dict>
</array>
<key>Name</key>
<string>Launch LMS</string>
</dict>
<dict>
<key>Name</key>
<string>separator</string>
</dict>
<dict>
<key>Action</key>
<array>
<dict>
<key>Command</key>
<string>url</string>
<key>CommandOptions</key>
<string>REDACTED</string>
</dict>
</array>
<key>Name</key>
<string>Open MS Cloud</string>
</dict>
</array>
<key>MenuText</key>
<string>RBS Links</string>
</dict>
</plist>
Friday
Hi @jhathcock , looking at the Jamf Connect Menu bar action admin guide, the use of the MenuText key is a true/false boolean value not a string value. https://learn.jamf.com/bundle/jamf-connect-documentation-current/page/Custom_Menu_Bar_Action_Items.h...