Skip to content

Instantly share code, notes, and snippets.

@BrianMRO
Created May 12, 2021 18:05
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/d1dac9840fb64687abd27bd73bbfcb97 to your computer and use it in GitHub Desktop.
Save BrianMRO/d1dac9840fb64687abd27bd73bbfcb97 to your computer and use it in GitHub Desktop.
Acumatica Mobile Demo - Add Tags Screen
add screen ZZ301000 {
add container "Document" {
formActionsToExpand = 1
displayName = "Tags"
add field "TagID"
add field "Descr"
add field "Details#InventoryID"
add field "Details#Description"
add field "Details#Customer"
add field "Details#Contact"
add recordAction "Cancel" {
behavior = Cancel
}
add recordAction "Save" {
behavior = Save
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment