【问题标题】:Unable to find entry in maximo anywhere screen无法在 maximo Anywhere 屏幕中找到条目
【发布时间】:2018-11-26 15:22:36
【问题描述】:

我在实际材料详情视图中的listtext 中添加了field,但我无法在屏幕上看到它。

你能告诉我如何添加它吗?

【问题讨论】:

  • 你能把 XML 放在这里查看吗?

标签: maximo-anywhere


【解决方案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" width="100">
        <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>

【讨论】:

  • 其实那是详细视图而不是列表视图。
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多