Blog

SCCD 7.5 and Maximo 7.6 user interface System Properties

SmartCloud Control Desk 7.5 and Maximo 7.6 have introduced new UI skins and navigation behavior. There are four new System Properties which control the left navigation pane and other related visual attributes. mxe.webclient.homeButtonHeaders – Moves Goto menu to left of the screen and adds Start Center button to the header mxe.webclient.systemNavBar – Enables the lefthand […]

Find Roles with assignments in a Workflow

Roles in Maximo are used to represent a specific person or a group of people that can be used in workflows, communication templates and escalations. If you need to find which roles are used in a specific workflow you can use an SQL query like this. SELECT wfnode.title, wfnode.description, wfa.roleid, r.descriptionFROM wfnodeJOIN wfassignment wfa ON […]

Scroll to top