簡體   English   中英

Perfion Web API:檢查功能是否為遠程

[英]Perfion web api: check whether a feature is remote or not

我是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的產品,如何獲得所有功能名稱?

可以在Perfion應用程序的UI中發現此信息。 導航到“功能”功能區。 右鍵單擊您要識別的功能,然后單擊“編輯”。 如果“遠程”部分是使用數據庫和查詢定義的,則它是遠程功能。 UI中列出了所有功能ID。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM