Árvore de páginas

Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

Index 

Índice
outlinetrue
exclude.*ndice
stylenone

 


Speaking of Email Template...

The "E-mail Template" function allows you to add new e-mail formats (templates) to the standard product. This way, the notifications sent by Workflow are more flexible and they contain more specific information, defined by the user.

To add a new email template, just access the Control Panel, in the in the General tabCustomization container, click on “Email Templates,” and then click the "Add" button.

...

To learn more about how to create a template or how to use it in a customization, refer to Workflow Customization Guide or the templates used by platform in the document volume (directory: templates/tplmail).

 

Estado
subtletrue
titleLearn more

HTML
<a id="toggleAll" href="#" >Expand/hide additional information. </a>
 <script type="text/javascript">
 
 var abertos = 0;
 var fechados = 0;
 function contador() {
    abertos = 0;
    fechados = 0;
    jQuery(".expand-control").each( function() {
		if (document.getElementById(this.id).children[0].className != "expand-control-icon icon expanded") {
           	fechados++;
        } else {
        	abertos++;
        }
    });
 }
 AJS.toInit(function() {
 
    contador();
	var soma = abertos + fechados;
	$("#toggleAll").html('Expand/hide ' + soma  + ' additional information.');

    AJS.$('#toggleAll').click(function() {
        contador();
        if (abertos >= fechados) {
            jQuery(".expand-control").each(
                function() {
                    if (document.getElementById(this.id).children[0].className == "expand-control-icon icon expanded") {
                        jQuery(this).trigger("click");
                    }
                }
            )
        } else {
            jQuery(".expand-control").each(
                function() {
                    if (document.getElementById(this.id).children[0].className != "expand-control-icon icon expanded") {
                        jQuery(this).trigger("click");
                    }
                }
            )
        }
    });
});
 </script>

Basic Path

...


Add email template

...

01. In the Control Panel feature, click select the General tab Personalization group and click on E-mail Template Email Templates.

02. Click Add.

03. Enter the e-mail template code that you want to add.

04. Enter a description for the template.

05. Select the desired language.

06. Select the e-mail template main file, mandatory field.

the required information.

Painel

Code
Code of the email template to be added. This code will be used to reference the template during customization.

Description
Template identification name.

Language
Each language should have its own template so that each user can receive an e-mail according to the language chosen.

04. Insert template files by selecting Choose files.

Painel

You can also

Expandir
titleLearn more

Only one file should be entered as main file.

It is also possible to upload the file by dragging it to the upload area.

07. Select a file as attachment (optional field).

Expandir
titleLearn more

To upload a file, please follow steps 05 to 09 of Add New Document.

08. Click Save.

 

...

 Only one file (HTML format) must be indicated as the main file, and other files may be published as attachments. To delete the file, click  Image Added.

05. Click Save.


Edit E-mail Template

...

...

01. Select the e-mail template you want to edit.

...

03. Execute the desired modifications.

Learn more
Expandir
title
Painel

The system does not allow you to change the Code and Language fields.

04. Click Save. 



Delete E-mail Template

...

...

01. Select the Group you want to delete.

...

03. Click OK to confirm the deletion.

 

 



Informações
titlePlease note!

This documentation is valid from the Lake (1.57.10 0) update. If you use a previous update, it may contain information different from what you see on your platform.

 

...