Forum Discussion
New way to answer to this
Here an example with Apply Item + countOnly
<AML>
<Item type="Part" action="get" select="id,_status,_authoring_tool" returnMode="countOnly">
<generation condition="ge">1</generation>
<_status>
<Item type="_status" select="id" action="get">
<_name>Opened</_name>
</Item>
</_status>
</Item>
</AML>
Aras répond
<SOAP-ENV:Envelope xmlns:SOAP-ENV="">schemas.xmlsoap.org/.../">
<SOAP-ENV:Body>
<Result />
<Message>
<event name="pagemax" value="1" />
<event name="itemmax" value="48" />
<event name="items_with_no_access_count" value="0" />
</Message>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
It works better in particular if it returns 0 => 30% faster
Best regards,
Hadrien
This is cool. They have introduced new attribute returnMode