Snippets created by Maximo Wiki for use when developing automation scripts in Python for the IBM Maximo Enterprise Asset Management System. Initially based on Automation Scripts Quick Reference (by Bruno Portaluri) with further additions. Please note the author of this Visual Studio Code Extension is not affiliated with IBM.
Popular snippets for delveloping automation scripts in Python for use with IBM Maximo when developing Automation Scripts in Python/Jython.
None.
None.
None at present.
- Initial release of IBM Maximo Python Snippets.
- Added animated GIF to README.md and example snippet prefixes.
- Fixed animated GIF in README
- Updated README.md
- Updated package.json
- Added additional Python snippets for IBM Maximo 7.x.
- Added MIT License.
- Additional Python snippets for IBM Maximo Automation Scripts.
Note: In order to utilise Maximo Wiki Python Snippets create a new file or edit an existing file in Visual Studio code and select Python as the language:
- type the prefix for one of the snippets to view the IntelliSense for the snippets and insert it into your code.
- Once a snippet has been inserted into your code you can use the tab key to tab through any values that require a value to be entered or selected.
-
getMboSet
-
getBoolean
-
getString
-
getInt
-
getByte
-
getLong
-
getFloat
-
getDouble
-
getDate
-
servc
-
sn
-
app
-
interactive
-
mbo
-
mboname
-
mbovalue
-
user
-
action
-
domainid
-
errorgroup
-
errorkey
-
evalresult
-
launchpoint
-
listErrorKey
-
listOrder
-
listWhere
-
params
-
relationObject
-
relationWhere
-
scriptHome
-
srcKeys
-
thisvalue
-
targetKeys
-
wfinstance
-
var_hidden
-
var_initial
-
var_internal
-
var_modified
-
var_previous
-
var_readonly
-
var_required
-
imp
-
impfrm
-
init
-
init
-
curr
-
prev
-
isNull
-
isMod
-
isEmpty
-
count
-
addrec
-
setValue
-
setValueNull
-
setConstant
-
setFieldMeta
-
getThisMboSet
-
MXServer.getThisMboSet
-
setWhere
-
service.ync
-
condition
-
comment
Please submit an issue (preferably with an attached Pull Request) on the above GitHub repo for any corrections or additions to the snippets provided.