1. OG data type - EmailTemplate

    Article: AN0001688Updated:

    Object preserves uchovává definici emailové šabloně.

    Object properties

    Name Description
    int? ModelId Model Id, if the template is defined in a particular model.
    string Code Template code.
    string Description Template description,
    string Subject Message subject.
    string Body Message content.

    The template is used for enclosing subject and body of the email in a common envelope, that enables unification of all the emails into a single style. This is why it is necessary to define in the subject and body of the email where exactly content of the sent email shall be inserted. Following command is used for that:

    {#}

    Insert this command both into subject and body of the template. You can but you do not need to enclose this command with another text - for html formatting, footer etc.

     

×