Customization Archives - Maximo Concepts https://maximoconcepts.com/category/technical/customization/ Concepts Simplified. Thu, 01 Jun 2023 17:48:32 +0000 en-GB hourly 1 https://wordpress.org/?v=6.5.2 138731276 Log Level in Automation Script https://maximoconcepts.com/2023/06/01/log-level-in-automation-script/ https://maximoconcepts.com/2023/06/01/log-level-in-automation-script/#comments Thu, 01 Jun 2023 17:48:32 +0000 https://maximoconcepts.com/?p=910 What logging level do you use to log messages from automation scripts? Well, your first answer would be the highest level of logging – debug. I used to do the same but in the past couple of months, I have moved from writing logs at debug level to writing them at info level. If you … Continue reading Log Level in Automation Script

The post Log Level in Automation Script appeared first on Maximo Concepts.

]]>
https://maximoconcepts.com/2023/06/01/log-level-in-automation-script/feed/ 1 910
When using MXServer for fetching MboSet https://maximoconcepts.com/2015/11/26/when-using-mxserver-for-fetching-mboset/ https://maximoconcepts.com/2015/11/26/when-using-mxserver-for-fetching-mboset/#comments Thu, 26 Nov 2015 14:49:43 +0000 https://maximoconcepts.wordpress.com/?p=203 There are two ways of fetching a MboSet in java code, either using a relationship or through MXserver. There are different benefits for using either of these and different scenarios may need one of these ways to be used. For now, we are going to talk about MboSet fetched from MXServer. When fetching a MboSet … Continue reading When using MXServer for fetching MboSet

The post When using MXServer for fetching MboSet appeared first on Maximo Concepts.

]]>
https://maximoconcepts.com/2015/11/26/when-using-mxserver-for-fetching-mboset/feed/ 13 203
isNew() vs toBeAdded() Methods in MBO https://maximoconcepts.com/2015/08/13/isnew-vs-tobeadded-methods-in-mbo/ https://maximoconcepts.com/2015/08/13/isnew-vs-tobeadded-methods-in-mbo/#comments Thu, 13 Aug 2015 17:30:21 +0000 https://maximoconcepts.wordpress.com/?p=47 Often this question is asked that what is the difference between isNew() and toBeAdded() methods of the Mbo. Before I explain the difference let me tell you what these methods are – isNew() – Returns whether the mbo is new or not. true, if the mbo is new (i.e. created by calling add() or insert() methods), otherwise … Continue reading isNew() vs toBeAdded() Methods in MBO

The post isNew() vs toBeAdded() Methods in MBO appeared first on Maximo Concepts.

]]>
https://maximoconcepts.com/2015/08/13/isnew-vs-tobeadded-methods-in-mbo/feed/ 2 47
All about Count Method https://maximoconcepts.com/2015/08/13/all-about-count-method/ https://maximoconcepts.com/2015/08/13/all-about-count-method/#respond Thu, 13 Aug 2015 16:06:46 +0000 https://maximoconcepts.wordpress.com/?p=40 Although it is discouraged to use the count method of mboSet as it hits the database to get the count but at times it can be very useful. There is an overloaded method count(int countConstant) that can be used to get the count of mbos that are in different state in the mboset. Here is the explanation of … Continue reading All about Count Method

The post All about Count Method appeared first on Maximo Concepts.

]]>
https://maximoconcepts.com/2015/08/13/all-about-count-method/feed/ 0 40