无法在 maximo Anywhere 屏幕中找到条目
Posted
技术标签:
【中文标题】无法在 maximo Anywhere 屏幕中找到条目【英文标题】:Unable to find entry in maximo anywhere screen 【发布时间】:2018-11-26 15:22:36 【问题描述】:我在实际材料详情视图中的listtext
中添加了field
,但我无法在屏幕上看到它。
你能告诉我如何添加它吗?
【问题讨论】:
你能把 XML 放在这里查看吗? 【参考方案1】: 1.Make sure that you are adding in the correct view
2.you have to add new row on ActualMaterialListItem.xml i add the code below
3.in app.xml theirs layoutInsertAt set it to layoutInsertAt="item3"
4.build and deploy
<?xml version="1.0" encoding="UTF-8"?>
<layout id="ActualMaterialListItem" >
<row id="row_0">
<column columnid="item1" id="item1_column"/>
</row>
<row id="row_1">
<column colspan="10" columnid="item2" id="item2_column"/>
<column colspan="2" columnid="item3" halign="right" id="item3_column"/>
</row>
<row id="row_2">
<column colspan="12" columnid="item3" id="item3_column"/>
</row>
</layout>
【讨论】:
其实那是详细视图而不是列表视图。以上是关于无法在 maximo Anywhere 屏幕中找到条目的主要内容,如果未能解决你的问题,请参考以下文章