Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Hyperlink in Email notification

Former Member
0 Likes
579

Hi there,

There is a formatting issue with the current email notification(LotusNotes) that is sent to exiting employees to follow a link. The email contains the correct link however is not able to be opened via clicking on the hyperlink as it is broken up into 2 lines and requires the employee to copy and paste this in their Internet Explorer browser address line.

For example,

Currently, in the Lotusnotes, it is being displayed as:

http://nido.ational.com/Apps/2004/frmashiowqwn.nsf/bsa/baseform?openform=03

BKSA SS627840/Form&Form

Instead it has to be displayed as:

http://nido.national.com/Apps/2004/frmashiowqwn.nsf/bsa/baseform?openform=03BKSASS627840/Form&Form

So checked in the standard text in TC SO10, where it is written in two lines as below,

http://nido.national.com/Apps/2004/frmashiowqwn.nsf/bsa/baseform

?openform=03BKSA SS627840/Form&Form

So, checked the second line that it is appended with u2018=u2019(Extended) in order to make it a continuous line.

Please provide me your valuable thoughts in order to make it a single hyper link without any breaks.

2 REPLIES 2
Read only

former_member181966
Active Contributor
0 Likes
476

You need to code URL logic in program instead of SO10. I have dozens of programs doing the same crap, whenever URL is split up in to lines. I found one OSS note but it is for CRM system. Your best bet is to code it in your program ..

Thanks,

^Saquib Khan

FYI OSS note

Note 1000459 - Mail Form:URL corrupted for asian languages.

URL in mail forms getting corrupted with characters like %20 for asian languages.

Other terms

URL,picture does not appear in preview ,picture not displayed in communication channel test,url in asian languages.

Reason and Prerequisites

Program Error.The condition for reading the tokens for different languages are not checked.

Same process for reading english and others languages were carried out.This needs code change.

Solution

CRM 4.0: Import the correction below into your system or implement

support package 12.

CRM 5.0: Import the corretion attached or upgrade to the latest support pack.

Read only

Former Member