Blog

Syncing data with an external system using a Publish Channel

This entry is part of the Maximo Integration Framework series. Publish Channels in MIF allows to send daya to external systems using a variety of protocols. In this article I will demonstrate how to automatically export new or updated assets into CSV/XML files. Those files can then be processed by an external application to perform […]

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