Jamf Connect Menu App Actions

jhathcock
New Contributor III

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>

4 REPLIES 4

junjishimazaki
Valued Contributor

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...

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?

junjishimazaki
Valued Contributor

Sorry if I wasn't being clear but as far as I know, you can not rename the "Action" menu title. 

boanes_stefanin
New Contributor

Action Menu title is actually renamed through the com.jamf.connect plist domain... Not within the com.jamf.connect.actions plist domain...