Comment
Kim Sullivan
Tera Guru
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
04-30-2020
08:41 AM
Got it work with this:
var nm = g_form.getValue('number');
var sd = g_form.getValue('short_description');
var url = 'https://teams.microsoft.com/l/chat/0/0?users=' + email + '&message=' + nm + ': ' + sd + ' - ';