2023-02-272023-02-06Customization, Maximo, MX76, Script Setting values to an attribute We need to use the setValue() method to set values to an attribute. This method allows you to set values of many […]
2023-02-202023-02-06Customization, Maximo, MX76, Script Get attribute values from Script There are several ways to get the value of an attribute, I detail some of them below. Get current value The same […]
2023-02-132023-02-12Customization, Maximo, MX76, Script How to retrieve a list of values for an attribute The way to get a list of values is like setting up a Table Domain for an attribute.
2023-02-062023-02-06Customization, Maximo, MX76, Script Run a Stored Procedure from Script This is an example of how to call a stored procedure from a script. JDBC Connection Note: Be careful with modifying information […]
2023-01-302023-02-06Customization, Maximo, MX76, Script Run SQL statements from Script This is an example of how to execute DML statements (insert / update / delete) JDBC Connection DBShortcut class Note: Avoid SQL […]
2023-01-162023-02-06Customization, Maximo, MX75, MX76, Script Logging in Maximo using Script Usually when developing several lines of code it is useful to write some information or comments in the Log File to verify […]
2023-01-092023-02-06Customization, Maximo, MX76, Script How to loop through a MboSet An MboSet is a set of MBOs, so in order to work with each Mbo of this set it is necessary to […]
2023-01-032023-01-19Customization, Java, Maximo, MX76, Script Typical order of execution in Maximo Attributes Maximo Business Objects attributes have built-in business logic, which is executed every time we interact with them. For example, when we open […]
2023-01-022023-03-06Customization, Java, Maximo, MX75, MX76, Script Common MboConstants when coding in MAXIMO Below is a list of MAXIMO constants from psdi.mbo.MboConstants, which are usually used when coding. Set attribute behaviour when specifying a value […]
You must be logged in to post a comment.