05-26-2023 09:10 AM - edited 05-26-2023 09:11 AM
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>
Posted on 05-26-2023 12:59 PM
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...
Posted on 06-08-2023 06:48 AM
Sorry for the delayed reply, i've been out of the office. I did read that article, but it doesn't really help with how to code the menu name. Any suggestions?
Posted on 06-08-2023 08:23 AM
Sorry if I wasn't being clear but as far as I know, you can not rename the "Action" menu title.
Posted on 12-22-2023 05:50 AM
Action Menu title is actually renamed through the com.jamf.connect plist domain... Not within the com.jamf.connect.actions plist domain...