05-22-2014 02:52 AM
05-22-2014 03:23 AM
05-22-2014 08:40 AM
if (!assignee || !assignee.userName)
{
unassignedDesc = '<span class="theme-bg-color-5 theme-color-5 unassigned-task">' + this.msg("label.unassignedTask") + '</span>';
}
// NEW
var priority = data.properties["bpm_priority"];
var priorityDesc = '';
if (priority == 1) {
priorityDesc = '<span class="theme-bg-color-5 theme-color-5 unassigned-task">' + this.msg("WAKE UP!!!!") + '</span>    ';
}
desc = messageDesc + dateDesc + statusDesc + priorityDesc + unassignedDesc;
// NEW
05-23-2014 01:31 AM
05-23-2014 02:51 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.