Skip to content

Instantly share code, notes, and snippets.

@tocohara
Created May 3, 2021 00:09
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 tocohara/08318712c3890b54875da320731fa510 to your computer and use it in GitHub Desktop.
Save tocohara/08318712c3890b54875da320731fa510 to your computer and use it in GitHub Desktop.
FS Appointment entry screen base mobile MSDL
add screen FS300200 {
openAs = Form
add container "AppointmentRecords" {
add layout "AppointmentHeader" {
displayName = "AppointmentHeader"
layout = "HeaderSimple"
add layout "AppointmentHeaderNbrRow" {
displayName = "OrderHeaderNbrRow"
layout = "Inline"
add field "AppointmentNbr" {
displayName = "App. Nbr."
forceIsDisabled = True
}
add field "EstimatedDuration" {
displayName = "Est. Duration"
}
}
add layout "AppointmentHeaderStatusRow" {
displayName = "AppointmentHeaderStatusRow"
layout = "Inline"
add field "Status"
add field "ActualDuration" {
displayName = "Act. Duration"
}
}
add layout "AppointmentHeaderWrkflowRow" {
displayName = "AppointmentHeaderWrkflowRow"
layout = "Inline"
add field "WorkflowStage"
add field "AppointmentTotal"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment