问题标签 [maximo-anywhere]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
640 浏览

maximo - Maximo Anywhere 新查找字段创建问题

我正在开发 Maximo Anywhere 7.5.2 - 工作执行应用程序。我需要在 app.xml 中显示一个新的查找字段(已在 Maximo Asset Management 中创建)。

执行应用程序后,新字段显示在 UI 中,但未显示相应数据。请帮忙。

谢谢

0 投票
1 回答
79 浏览

maximo - Maximo Anywhere 首次下载失败

我正在开发 Maximo Anywhere 7.5.2 - 工作执行应用程序。部署应用程序后,成功登录。我正在为查询库“getMyAssignedWork”获取“isFirstTimeWorkListDownloadFailure”。请帮忙。

谢谢。

0 投票
3 回答
532 浏览

maximo-anywhere - Maximo Anywhere 地图位置问题

我正在使用 Maximo Anywhere 7.5.2(工作执行应用程序)。我已经对 MAP 的 .properties 文件进行了必要的更改。我需要在地图(在线)中查看一些位置,我在 MAM 中添加了一些位置数据(纬度、经度),但在设备中无法获得相同的位置。

日志:

请帮忙。提前致谢。

0 投票
1 回答
1073 浏览

maximo-anywhere - Maximo Anywhere 7.5.2 - 文件附件失败

我正在使用 Maximo Anywhere 7.5.2(工作执行应用程序)。我使用 TAKEPHOTO 选项拍照,但无法将其保存回 Maximo,它给出了以下异常。

日志:

0 投票
1 回答
191 浏览

maximo-anywhere - Maximo Anywhere 多个故障代码选择

我正在使用 Maximo Anywhere 7.5.2(工作执行应用程序)。我需要选择多个故障代码,而不是选择问题、原因、补救措施。故障列表应该是多选的。

0 投票
1 回答
238 浏览

maximo-anywhere - 如何在任何地方将 maximo 对象集成到 maximo 中

我有从 Maximo EAM 创建的“DMPERSONGROUP”maximo 对象。我创建了 oslc 类型的新资源。但是它不是 OSLC 类型的,那么如何在任何地方的 maximo 中创建它的资源呢?

0 投票
1 回答
597 浏览

ibm-mobilefirst - MaximoAnywhere 7.5.2 Build failed

Enviroment Detail

Server :Websphere 8.5.5.3 Maximo Anywhere 7.5.2

when executing build all-dist

BUILD FAILED

E:\ibm\Anywhere5\MaximoAnywhere\build.xml:97: The following error occurred while executing this line: E:\ibm\Anywhere5\MaximoAnywhere\anywhere-apps-builder.xml:875: The following err or occurred while executing this line: E:\ibm\Anywhere5\MaximoAnywhere\anywhere-apps-builder.xml:871: Failed building a pplication: FWLST2020E: Application is from platform version 7.1.0 and ant versi on is 6.3.0. Upgrade your ant-builder to app's platform version and retry.

when I am trying to execute build all-deploy command but faild on maximo Anywhere I am getting the following error

0 投票
3 回答
69 浏览

maximo-anywhere - 如何在任何地方在 maximo 中进行空列表检查

我从“-@@EmptyComplexField@@-”的服务中得到很少的 json 响应。由于哪个屏幕崩溃。如何在任何地方对 maximo 中的复杂字段进行正确的空检查。请帮助提供示例代码。

0 投票
2 回答
114 浏览

maximo-anywhere - 在 WorkOrderObject onInitialize 上使用 dojo mixin 的 Maximo Anywhere 无法呈现 WorkList

我正在尝试在 Work Execution 应用程序中设置一些自定义本地属性的值。使用 Scott 推荐的使用 dojo mixin ( Work Log Default ) 的方法来实现自定义逻辑,同时仍然为 WorkOrderObject 使用定义的 IBM 代码,这会导致列表视图不显示任何记录。最初我以为我做错了什么,但似乎问题是专门使用 dojo mixin 和 WorkOrderObject 中的这一行调用另一个函数。

this.refreshClassDescription(workOrder);

如果我在开箱即用的 WorkOrderObject 中将此行注释掉,我的自定义设置就会起作用,并且工作列表会正确呈现。我看到了一些关于使用 safeMixin ( Dojo safeMixin ) 的 dojo 文档,它应该有助于解决与使用 mixin 相关的一些问题,但似乎无法解决这个问题(无论我使用 mixin 还是 safeMixin,我都会得到相同的结果)。

我已经验证它在被调用的方法中不是问题,因为如果我注释掉该方法中的所有逻辑,使用 mixin 仍然会失败。我需要一种能够将我自己的逻辑添加到 WorkOrderObject 的方法,但不能让它在这种情况下工作(对所有其他函数使用 mixin 可以按预期工作)。我无法修改开箱即用的 javascript 文件,因为来自 IBM 的未来补丁会导致我们的定制丢失。

有没有一种好方法可以将开箱即用的对象和我们的自定义对象结合起来并让它支持this.功能?

0 投票
1 回答
385 浏览

maximo - Maximo Anywhere 多语言支持问题

我正在使用 Maximo Anywhere 7.5.2(工作执行)应用程序。部署应用程序后,我在 translation/nls/AB 下为新语言(例如:AB)添加了一个新文件夹。应用程序应从 AB 加载标签数据,但它始终仅加载为“英语”。

注意:如果我将 nls/AB/artifact.js 直接复制到 nls/artifact.js.Pl 帮助