Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BrianMRO/948cfe381eab1f2710df25f233d162ed to your computer and use it in GitHub Desktop.
Save BrianMRO/948cfe381eab1f2710df25f233d162ed to your computer and use it in GitHub Desktop.
Acumatica Mobile Demo - Add Tags - Main Menu
update sitemap {
add folder "Stock Items" {
type = HubFolder
isDefaultFavorite = True
displayName = "Stock Items"
icon = "system://Target"
add item "IN202500" {
displayName = "Stock Items"
}
}
add folder "Tags" {
type = HubFolder
isDefaultFavorite = True
displayName = "Tags"
icon = "system://Target"
add item "ZZ301000" {
displayName = "Tags"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment