Maximo Open Forum

 View Only

 Roles based on MAXSESSION

  • End User
Robert Goff's profile image
Robert Goff posted 06-12-2024 11:34

I'd like to make a comm template to inform logged in users about maintenance, restarts, etc. I thought I'd make a data set role that would pull the usernames out of MAXSESSION, but that object isn't an option. Is there a way to do what I want? Thanks.

Jade Warren's profile image
Jade Warren

Hi Robert!  When I've encountered this issue / requirement, I have created a role with the unique ID I am wanting and point it to any random object (e.g. WORKORDER).  I then cheat and do a SQL update to switch the OBJECTNAME field to the desired target and then after reloading the record I am able to build the VALUE and successfully marry it to comm templates.  We have done this with TKOWNERHISTORY and WOOWNERHISTORY to send e-mails on ownership changes.