2023-03-132023-02-06Customization, Maximo, MX75, MX76, Script Show messages from Script When a validation or business rule is implemented, it is sometimes necessary to display a message (error, information, or warning) as result. […]
2023-03-062023-02-06Customization, Maximo, MX76, Script Changing behavior of an attribute To modify the behavior of the fields associated with the attributes (read-only, required, etc.) you must do the following: Using mbo.setFieldFlag Using […]
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-232023-02-06Customization, Maximo How to remove an Application from Maximo To remove an application from Maximo we must use a database editor. We only have to delete the applications created by us. […]
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 […]
You must be logged in to post a comment.