Application Development 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: 

Can I embed a "mailto:" link in the logon pad via ZLOGIN_SCREEN_INFO?

spinellll
Participant
0 Kudos

logon-pad.jpg

We have a custom class that gives users the ability to unlock or change their PWs from the logon pad (See attached).

I've tried to make that mailto: string a hyperlink via ZLOGIN_SCREEN_INFO in SE61 using <DS: but have been unsuccessful. The text is never hyperlinked.

I tried it in a message longtext (SE91) using a string similar to this:

<DS:mailto:#####@####.com?subject=ULCK>UNLOCK</>

In this case, UNLOCK displays in the longtext as a hyperlink but when clicked, it throws error: SF616 with

"Object com of class MAIL and language EN does not exist."

Don't get sidetracked. I'm focused on the logon pad issue. I just mentioned longtext as an example.

Any clues?

Thanks

Leo

1 ACCEPTED SOLUTION
2 REPLIES 2

0 Kudos

Thank you Raymond.