Hi
I'm pretty new and I was looking for variables to use en mail template and I can't found. do any one can help me?
And it's possible to use some command to substring the result?
Thank you in advance
Hi
I'm pretty new and I was looking for variables to use en mail template and I can't found. do any one can help me?
And it's possible to use some command to substring the result?
Thank you in advance
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…
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…
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…
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…
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…
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?
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…
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…
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…
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…