Hi,
The document EMC Documentum xCelerated Composition Platform Version 1.6 Performance Tuning Guide, in pag 46, describe how optimize custom action preconditions for datagrid rendering, define scope values for action definitions that use the precondition.
I configure the <precondition> tag, but any change in relation the performance.
<action id="transferirposse">
<params>
<param name="objectId" required="true" />
</params>
<preconditions>
<precondition class="br.gov.bcb.ecm.pe.actions.generic.GenericIsControladorPrecondition" oneexecutiononly="true" />
</preconditions>
</preconditions>
...
</action>
I need help to configure the oneexecutiononly=’true’ attribute in the <precondition> tag.
Regrads,