Skip to main content
Question

Jamf Connect Menu App Actions


jhathcock
Forum|alt.badge.img+7

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

junjishimazaki
Forum|alt.badge.img+10

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


jhathcock
Forum|alt.badge.img+7
  • Author
  • Contributor
  • 19 replies
  • June 8, 2023
junjishimazaki wrote:

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


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
Forum|alt.badge.img+10

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


Forum|alt.badge.img

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


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings