【问题标题】:Perfion web api: check whether a feature is remote or notPerfion web api:检查功能是否远程
【发布时间】:2017-06-16 10:27:13
【问题描述】:

我是 Perfion 系统的新手。

如何检查某个功能是否是远程的?我当前的查询如下所示:

<Query>
  <Select languages='EN'>
    <Feature id='**'  />
  </Select>
  <From id ='Product'/>
  <Where>
    <Clause id='ID' operator='=' value='2458' />
  </Where>
</Query>

我得到了这个结果

<?xml version="1.0" encoding="utf-8"?>
<Data totalExecutionTime="00:00:00.3232753">
    <Features>
        <ItemFeature1 id="45445" language="EN" caption="" captionAlternative="" unit="EUR" help="" abbr="" group=""  topViewGroup="" topViewGroupOrder="0" viewOrder="5485" form="Simple" dataType="String" />
        <ItemFeature2 id="4544" language="EN" caption="" captionAlternative="" unit="EUR" help="" abbr="" group="" topViewGroup="" topViewGroupOrder="0" viewOrder="5485" form="Simple" dataType="Number" />
        <ItemFeature3 id="4545" language="EN" caption="" captionAlternative="" unit="EUR" help="" abbr="" group="" topViewGroup="" topViewGroupOrder="0" viewOrder="5485" form="Simple" dataType="String" />
        <ImageFeature1 id="7878" language="EN" caption="" captionAlternative="" unit="EUR" help="" abbr="" group="" topViewGroup="" topViewGroupOrder="0" viewOrder="5485" form="Complexe" dataType="image" />
    </Features>
    <Product id="1000" parentId="0" brand="Normal" order="1569" createdDate="2014-01-30T14:29:00" modifiedDate="2016-01-14T08:23:00">
        <Value seq="0" modifiedDate="2014-01-30T14:29:53.073">Sample 520</Value>
        <ItemFeature1 modifiedDate="0001-01-01T00:00:00">0</ItemFeature1>
        <ItemFeature2 modifiedDate="0001-01-01T00:00:00">TEST44</ItemFeature2>
        <ItemFeature3 modifiedDate="0001-01-01T00:00:00">Abcs </ItemFeature3>
    </Product>
</Data>

如何查看天气 ItemFeature1 是否为远程功能?

即使没有 ID 为 2458 的产品,如何获取所有功能名称?

【问题讨论】:

  • 我认为关注these trivial rules 可以让你的帖子变得更好,只需一点点工作。

标签: xml api product wep


【解决方案1】:

可以在 Perfion 应用程序的 UI 中找到此信息。导航到“功能”功能区。右键单击您要识别的特征,单击编辑。如果“远程”部分是使用数据库和查询定义的,则它是远程功能。 UI 中列出了所有功能 ID。

【讨论】:

  • 既然 OP 说的是 api,他可能需要以编程方式检查它。
猜你喜欢
  • 2019-01-18
  • 1970-01-01
  • 2019-07-27
  • 1970-01-01
  • 2019-01-22
  • 1970-01-01
  • 1970-01-01
  • 2019-09-19
  • 1970-01-01
相关资源
最近更新 更多