Community Notifications

Has anyone experienced an issue with notifications that are generated from iMIS that do not contain the notification information (which should pull from the email template), but rather the body of the notification email looks like the following:

ASI is not able to reproduce this and we have the default template in place.

We are using iMIS 15.1

Right-click here to download pictures. To help protect your privacy, Outlook prevented automatic download of this picture from the Internet. Right-click here to download pictures. To help protect your privacy, Outlook prevented automatic download of this picture from the Internet.

 

/*
Temporary frame breakout for login page.
Redirects back to requested target parent frame after authentication.
*/
try
{
if (parent !== self)
self.parent.location.replace(document.URL.replace(/\?ReturnUrl=.*$/i, "?ReturnUrl=" + escape(parent.document.URL)));
}
catch(e){}

addLoadEvent(focusLogonName);
function focusLogonName()
{
var logonNameId = 'ctl00_TemplateBody_Login1_LoginView1_Login1_UserName';
if (logonNameId.length > 0)
$get(logonNameId).focus();
}

Your session has timed out. Please try your operation again.

 

FieldSet

Aging Services - Log On
Logon

Password

Remember me on this computer.
Right-click here to download pictures. To help protect your privacy, Outlook prevented automatic download of this picture from the Internet.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Have you resolved this issue

We are experiencing this issue, have you been able to resolve it?

Crystal

We have a very similar issue as well

It seems like sometimes the correct template is used. Then at other times it appears to send a page from our website by email, kind of like the way IE does it.