set default templates for Ack,email. **NOTE** Unable to set default template for template.
This commit is contained in:
parent
39ff1ea964
commit
888efba522
1 changed files with 4 additions and 4 deletions
|
|
@ -133,7 +133,7 @@ sub definition {
|
|||
properties=>{
|
||||
templateId =>{
|
||||
fieldType=>"template",
|
||||
defaultValue=>'PBtmpl0000000000000020'
|
||||
defaultValue=>undef,
|
||||
},
|
||||
acknowledgement=>{
|
||||
fieldType=>"textarea",
|
||||
|
|
@ -141,11 +141,11 @@ sub definition {
|
|||
},
|
||||
emailTemplateId=>{
|
||||
fieldType=>"template",
|
||||
defaultValue=>undef
|
||||
defaultValue=>'PBtmpl0000000000000085',
|
||||
},
|
||||
acknowlegementTemplateId=>{
|
||||
defaultValue=>undef,
|
||||
fieldType=>"template"
|
||||
fieldType=>"template",
|
||||
defaultValue=>'PBtmpl0000000000000104',
|
||||
},
|
||||
listTemplateId=>{
|
||||
defaultValue=>undef,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue