web.workflow.upl.wfalertcrudpanel.upl Maven / Gradle / Ivy
// UPL template for workflow alert definition CRUD panel
// Copyright 2018-2020 The Code Department.
!ui-wfalertcrudpanel
formSection:$d{!ui-section components:$c{frmWfStepName frmName frmDescription frmType frmMessage}}
tableColumnList:$c{wfStepName name description typeDesc}
//Table columns
!ui-label:wfStepName caption:$m{workflow.wftemplate.wfstep.wfalert.step} binding:wfStepName columnStyle:$s{width:120px;} sortable:true
!ui-label:name caption:$m{workflow.wftemplate.wfstep.wfalert.name} binding:name columnStyle:$s{width:120px;} sortable:true
!ui-label:description caption:$m{workflow.wftemplate.wfstep.wfalert.description} binding:description columnStyle:$s{width:200px;} sortable:true
!ui-label:typeDesc caption:$m{workflow.wftemplate.wfstep.wfalert.type} binding:typeDesc columnStyle:$s{width:120px;} sortable:true
//Form components
!ui-text:frmWfStepName caption:$m{workflow.wftemplate.wfstep.wfalert.step} binding:wfStepName size:32 required:true
!ui-text:frmName caption:$m{workflow.wftemplate.wfstep.wfalert.name} binding:name size:32 required:true
!ui-text:frmDescription caption:$m{workflow.wftemplate.wfstep.wfalert.description} binding:description size:40 required:true
!ui-select:frmType caption:$m{workflow.wftemplate.wfstep.wfalert.type} binding:type required:true
list:notificationtypelist blankOption:$s{}
!ui-text:frmMessage caption:$m{workflow.wftemplate.wfstep.wfalert.message} size:32 binding:notificationTemplateCode required:true