bportaluri.com Open in urlscan Pro
54.76.36.216  Public Scan

Submitted URL: http://bportaluri.com/
Effective URL: https://bportaluri.com/
Submission: On December 10 via manual from HK — Scanned from US

Form analysis 2 forms found in the DOM

GET https://bportaluri.com/

<form role="search" method="get" class="zak-search-form" action="https://bportaluri.com/">
  <label class="zak-search-field-label">
    <div class="zak-icon--search">
      <svg class="zak-icon zakra-icon--magnifying-glass" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
        <path
          d="M21 22c-.3 0-.5-.1-.7-.3L16.6 18c-1.5 1.2-3.5 2-5.6 2-5 0-9-4-9-9s4-9 9-9 9 4 9 9c0 2.1-.7 4.1-2 5.6l3.7 3.7c.4.4.4 1 0 1.4-.2.2-.4.3-.7.3zM11 4c-3.9 0-7 3.1-7 7s3.1 7 7 7c1.9 0 3.6-.8 4.9-2 0 0 0-.1.1-.1s0 0 .1-.1c1.2-1.3 2-3 2-4.9C18 7.1 14.9 4 11 4z">
        </path>
      </svg>
    </div>
    <span class="screen-reader-text">Search for:</span>
    <input type="search" class="zak-search-field" placeholder="Type &amp; hit Enter …" value="" name="s" title="Search for:">
  </label>
  <input type="submit" class="zak-search-submit" value="Search">
</form>

GET https://bportaluri.com/

<form role="search" method="get" class="zak-search-form" action="https://bportaluri.com/">
  <label class="zak-search-field-label">
    <div class="zak-icon--search">
      <svg class="zak-icon zakra-icon--magnifying-glass" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
        <path
          d="M21 22c-.3 0-.5-.1-.7-.3L16.6 18c-1.5 1.2-3.5 2-5.6 2-5 0-9-4-9-9s4-9 9-9 9 4 9 9c0 2.1-.7 4.1-2 5.6l3.7 3.7c.4.4.4 1 0 1.4-.2.2-.4.3-.7.3zM11 4c-3.9 0-7 3.1-7 7s3.1 7 7 7c1.9 0 3.6-.8 4.9-2 0 0 0-.1.1-.1s0 0 .1-.1c1.2-1.3 2-3 2-4.9C18 7.1 14.9 4 11 4z">
        </path>
      </svg>
    </div>
    <span class="screen-reader-text">Search for:</span>
    <input type="search" class="zak-search-field" placeholder="Type &amp; hit Enter …" value="" name="s" title="Search for:">
  </label>
  <input type="submit" class="zak-search-submit" value="Search">
</form>

Text Content

Skip to content

Bruno Portaluri (MaximoDev)

IBM Maximo consultant, geek, agile evangelist

 * Blog
 * Topics
   * Conditional Expressions
   * Java
   * Automation Scripts
   * Integration Framework
   * Internet of Things (IoT)
 * Resources
   * MxLoader
   * MxDev Reports
   * MxDev TidyApp
   * MxDev Java Library
   * Anywhere API Reference
   * Maximo Training
   * Maximo Bookmarks
   * Maximo List Archive
   * Maximo 7.6 JavaDoc


Search for:

Search for:
 * Blog
 * Topics
   * Conditional Expressions
   * Java
   * Automation Scripts
   * Integration Framework
   * Internet of Things (IoT)
 * Resources
   * MxLoader
   * MxDev Reports
   * MxDev TidyApp
   * MxDev Java Library
   * Anywhere API Reference
   * Maximo Training
   * Maximo Bookmarks
   * Maximo List Archive
   * Maximo 7.6 JavaDoc







IT’S ALL ABOUT PASSION



--------------------------------------------------------------------------------


SHORT BIO

I’m an IBM Maximo thought leader.
Since 2009 I’ve been helping medium-large clients to successfully implement
EAM/ESM solutions.
I’ve been blogging for over a decade, and coding for twice that. I have
developed MxLoader and other useful stuff for the Maximo technical community.

This is my online home. If you like my work:

 * Follow me on social channels: LinkedIn and Twitter
 * Participate in MaximoDev blog discussions
 * Use the tips and code snippets I have shared on my blog
 * Like my tweets and posts

--------------------------------------------------------------------------------




MY WORK

MaximoDevMy Blog is the result of years of effort in sharing Maximo tips and
tricks I have learned on the field. It now has more 250 posts and is the most
recognized source of independent information about IBM Maximo. MxLoaderMxLoader
is the de-facto standard tool for Maximo data loading. It brings together the
power of the Maximo Integration Framework and the flexibility of Excel allowing
to quickly manipulate and import data into any Maximo database. Maximo Advanced
ReportsAdvanced BIRT reports developed for Maximo specialists and system
administrators. Maximo health check, security groups overview, system
configuration overview, etc. WiFiEsp Reference Arduino library for the ESP8266
IoT module. ALA Arduino Light Animation (ALA) is a library for Arduino boards to
simplify the development of light animations using LEDs and LED strips.

--------------------------------------------------------------------------------


LATEST POSTS

 * Speedup Maximo scripts development with VSCode plugins
   When developing automation scripts I always like to have a shared filesystem
   with all the latest automation scripts. This allows me to use code editors or
   to better navigate across the entire code and eventually use source code
   versioning tools… Read more: Speedup Maximo scripts development with VSCode
   plugins
 * Display custom icons in application’s list view
   Last week, a client asked if it was possible to display a warning icon on
   asset records based on certain business rules. Initially, this request posed
   a challenge, but I was able to find a solution to implement it effectively.…
   Read more: Display custom icons in application’s list view
 * How to get application name in automation scripts
   IBM claims the you can use the implicit variable ‘app’ in automation scripts
   if you need to know the name of the Maximo application that is currently
   running. Unfortunately, this technique works only on the main object on which
   the… Read more: How to get application name in automation scripts
 * Long-running Cron Tasks and Admin Mode
   There are many blog posts in the Maximo technical community describing how to
   develop an automation script and schedule execution using a cron task (link1,
   link2). However, a custom cron task may run for a long period of time and…
   Read more: Long-running Cron Tasks and Admin Mode
 * Setup password expiration in Maximo
   I was recently struggling understanding how enable password expiration in
   Maximo when using native authentication. This IBM TechNote explains very well
   how the standard Maximo expiration configuration works but there is a very
   tricky sentence: In the case of a… Read more: Setup password expiration in
   Maximo
 * Improved record change tracking using Audit feature
   In a previous post, I demonstrated how the Maximo audit tracking can be used
   to display the updates made on a record enabling the audit and adding a
   “history” tab in the application. This technique is quite common but has…
   Read more: Improved record change tracking using Audit feature



Copyright © 2021 Bruno Portaluri

Scroll to top