• Custom script in mail template does not print output : version 9.1

    I have HTML code in a file and read that file in a script CCC_Header() when i call that is mail template it does not print what was expected.

    My script :

    Imports System.IO


    Public Function CCC_Header() As String
    Dim Filepath As String= "C:/Header.html…

  • Process orchestration calling a mail template

    Hello,

    I have a need for a process orchestration to send information down to a mail template.

    The data is not present in the table where the mail template is based. The mail template is called by the process orch and was wonder if a parameter in the process…

  • Add and change footer and header for all or part of mail templates

    Good day,

    I am relatively new to One Identity Manager, Designer, etc..
    I have already searched in the forum and via Google, but did not find a suitable answer.

    Is there a way to add a new footer and header to all or part of mail templates at the same time…

  • Hyperlinks are not working in mail templates

    Hi,

    I tried to add hyperlink in the mail template which can redirect user to a specific page but it is not redirecting to that page. I check the mail templates to Approve or Deny request in ITshop as well as attestation, those links work may be because…

  • Mail Template scripts

    Hello! 

    1IM 8.1

    I need get XDateInserted from Department view in Mail Template. 

    I wrote script: 

    Public Function CCC_Department_Get_XDateInserted_1(ByVal dbDepartment As ISingleDbObject) As String
                Dim strLOGFileName = "C:\temp\logs\temp.txt…

  • HTMLEncoding mail template

    Hello! 

    1IM 8.1

    I am try send mail with russian text. 

    In paremeters of process set HtmlEncoding=UTF-8, but I get mails in Windows-1251 encoding. 

    If mail with only EN text - I get mails in UTF8. 

    Why? 

  • Password containing mail sent to group mailbox instead of person mail

    Hello people,

    we have an use case where after creation of service account password credentials is shared to requester but for few mail is sent to group mailbox which was set up in config param.

    We suspect this issue is  happening because of match pattern…

  • Build MasterData URL in Attestation - approval required Mail Template OIM 8.0.1

    Hey folks,

    So I have been customizing some mail templates and so far so good for the most part. My current focus is on a new joiner use case, in which I trigger an API call to the application server to insert a person. Thanks to the help of some fine folks…

  • Object of type Mail definitions does not exist in database or you do not have the relevant viewing permissions

    Hello,

    Following error appearing when creating a new mail template in v7.0.2 from Designer. Some old templates exist and I can edit and save them without any issues. I even tried creating new email template using viadmin user and nothing worked.

    Object…

  • RE: How to include images in Rich emails

    You may have to enable the Illustrations toolbar to insert an Image. Please take a look at the the screenshot below.

    HtH

  • RE: Product Description on Pending Approvals email

    Hi,

    to add the the product description to the mail template you have to add the following text where you want the description to appear in the mail:

    $FK(UID_PersonWantsOrg).FK(UID_Org).FK(UID_AccProduct).Description$

    You have to copy the original mail…