我是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的产品,如何获取所有功能名称?
答案 0 :(得分:0)
可以在Perfion应用程序的UI中发现此信息。导航到&#34;功能&#34;带。右键单击要识别的功能,单击“编辑”。如果&#34;远程&#34; section是用数据库和查询定义的,它是一个远程功能。 UI中列出了所有功能ID。