maximo

Documentation for Maximo API is unreachable?

谁说我不能喝 提交于 2021-02-20 02:46:34
问题 I am not a 100% sure if this topic is "off-topic" but I couldn't find a more suitable stackexchange for my question. I am working with the Maximo API and use the IBM docs regularly to help me program. 2 days ago I could still reach the docs such as: This gave me a overview of the classes, fields, methods etc. Today I tried reaching the following docs: But the following message shows up: Now, I can't possibly believe they have deleted all docs so I assume they might have moved them but I just

Documentation for Maximo API is unreachable?

青春壹個敷衍的年華 提交于 2021-02-20 02:46:08
问题 I am not a 100% sure if this topic is "off-topic" but I couldn't find a more suitable stackexchange for my question. I am working with the Maximo API and use the IBM docs regularly to help me program. 2 days ago I could still reach the docs such as: This gave me a overview of the classes, fields, methods etc. Today I tried reaching the following docs: But the following message shows up: Now, I can't possibly believe they have deleted all docs so I assume they might have moved them but I just

Maximo 7.6 / SQL Server 2014 Chinese or Thai Characters

痞子三分冷 提交于 2021-02-10 06:57:12
问题 The company I work for is in the process of upgrading from Maximo 7.1 with Oracle 10g to Maximo 7.6 with SQL Server 2014. The program allows Chinese and thai characters in 7.1 and Oracle 10g through the front end without any issues but the new version with SQL Server 2014 replaces the Chinese/thai characters with ???. Now, I know the SQL buffs out there will say that's what happens when Unicode data is entered into a non-Unicode field (nvarchar/varchar) and this I know. But... I can change

Maximo: Show user's assigned workflow work orders in map

谁说胖子不能爱 提交于 2021-02-08 11:39:42
问题 A user has multiple workflow work orders assigned to them in the Start Center: I want the user to be able to click a button (or link) in the Start Center that will: Open a Maximo map (Maximo Spatial). Show the assigned work orders on the map. Allow the user to click a work order on the map, which will open the work order in the Work Order Tracking application. How can I configure Maximo to do this? Maximo 7.6.1.1 来源: https://stackoverflow.com/questions/57937719/maximo-show-users-assigned

Maximo: Show user's assigned workflow work orders in map

吃可爱长大的小学妹 提交于 2021-02-08 11:39:39
问题 A user has multiple workflow work orders assigned to them in the Start Center: I want the user to be able to click a button (or link) in the Start Center that will: Open a Maximo map (Maximo Spatial). Show the assigned work orders on the map. Allow the user to click a work order on the map, which will open the work order in the Work Order Tracking application. How can I configure Maximo to do this? Maximo 7.6.1.1 来源: https://stackoverflow.com/questions/57937719/maximo-show-users-assigned

Run an automation script via a URL

放肆的年华 提交于 2021-01-27 06:00:40
问题 Maximo 7.6.1.1: I want to run a Maximo automation script by invoking a URL in a separate system. Is it possible to do this? 回答1: This is a great use-case and something that we've been working through in the last few days. Create automation script. - mine is called automation_api_test Manually invoke it through the API using a browser to make sure that you can actually get it to run. (%servername%/maximo/oslc/script/automation_api_test?var1=1212321232&var2=1555&site=OPS&_lid=wilson&_lpwd

Select workorders (via parameters) and their children

百般思念 提交于 2020-12-27 06:43:24
问题 I have a Oracle 12c query that will eventually be used in a BIRT report (in IBM's Maximo Asset Management platform). The query/report will retrieve records as follows: Retrieve workorders based on the parameters that were selected by the user. All of the parameters are optional. For testing purposes, I'm using bind variables as parameters (in Toad for Oracle). It doesn't matter if the workorders are parents, children, or neither. Of the workorders that were retrieved, also select any children

Select parent rows and include cost of children

扶醉桌前 提交于 2020-12-15 05:43:05
问题 I have a WORKORDER table that has parent and child WOs in it: with workorder as ( select 'WO37342' as wonum, null as parent, 297.36 as actlabcost, 200 as actmatcost, 0 as actservcost, 0 as acttoolcost from dual union all select 'WO37427' as wonum, 'WO37342' as parent, 99.12 as actlabcost, 0 as actmatcost, 0 as actservcost, 0 as acttoolcost from dual union all select 'WO37429' as wonum, 'WO37342' as parent, 99.12 as actlabcost, 100 as actmatcost, 0 as actservcost, 0 as acttoolcost from dual )

Maximo formula that uses a custom formula function/automation script?

谁说我不能喝 提交于 2020-04-16 03:30:10
问题 In Maximo 7.6.1.1: I would like to create an attribute formula that uses a custom formula function/automation script. I've tried doing it with the steps below, but unfortunately, I get an error when I try to use it in WO Tracking: BMXAA3761E - The event has failed. Ensure that the event is registered correctly. See the log file in the APP HOME directory for more details about the error. null Steps: Create an automation script: Add/Modify Formula Function: Add/Modify Formula For Attribute:

Customizing the front end of maximo anywhere apps

♀尐吖头ヾ 提交于 2020-02-08 07:00:21
问题 I have been working on maximo anywhere apps recently and have a requirement to completely change the look and feel of the work execution app, the oslc layer which talks to maximo in the backend remains the same and all the functionalities are the same but there are some new buttons, notification messages and all sorts of UX aspects to be added to the app, I have just started looking at the architecture and code of the app but does anyone know how can I make changes to the front-end or is it