如何在 Maximo Anywhere App 中将系统数据的下载大小增加到 200 以上

How to increase the download size of system data to more than 200 in Maximo Anywhere App

每当我们在浏览器中预览 MaximoAnywhere 应用程序时,我们都会收到消息 "When running in a browser, a maximum of 200 records are downloaded per lookup."
有没有办法增加下载大小?
我的 maxdomains 大小为 275,并且 运行 出现问题,因为在调试期间我要查找的数据不存在于 jsonstore 中。 我正在使用 Maximo Anywhere Inspection 应用程序 7.5.2.1、Maximo 7.6 的克隆,Chrome 进行预览。

在 app.xml 的顶部,您可以添加 debug="true" 标志,如下所示:

<!-- =================================== -->
<!-- WORK EXECUTION APPLICATION ARTIFACT -->
<!-- =================================== -->

<app blindQuerySupport="false" debug="false" id="WorkExecution" logLevel="2" requiredRole="ANYWHERE_TECHNICIAN" version="201506051458" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../build/app.xsd">

请注意,如果数据太多,则不会全部下载,因为 JSONstore 的存储空间有限。

希望对您有所帮助。

谢谢