Skip to content

Instantly share code, notes, and snippets.

@BrianMRO
Created May 23, 2022 19:47
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/959565bd9803b13c53a16633e5cbf0dd to your computer and use it in GitHub Desktop.
Save BrianMRO/959565bd9803b13c53a16633e5cbf0dd to your computer and use it in GitHub Desktop.
Blog - Mobile BLOG3010 - 2205
add screen BLOG3010 {
add container "Packages" {
displayName = "Packages"
fieldsToShow = 3
add field "PackageID" {
listPriority = 99
}
add field "OrderType" {
listPriority = 98
}
add field "OrderNbr" {
listPriority = 97
}
add field "DateIn" {
listPriority = 96
listDisplayFormat = CaptionValue
}
add field "DateOut" {
listPriority = 95
listDisplayFormat = CaptionValue
}
add recordAction "SignReport" {
behavior = SignReport
displayName = "Sign"
}
attachments {
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment