03-09-2010 06:29 AM
for each (asset in assets)
{
…
}
// Asset status
if (asset.hasAspect("custom:new"))
{
itemStatus.push("newed");
}
<actionSet id="newed">
<action type="action-link" id="onActionNew2" permission="" label="actions.document.new2" />
</actionSet>
03-11-2010 04:30 AM
else if (itemStatus.indexOf("newed") != -1)
{
actionSet = "newed";
}
FilterQueryDefaults = "-ASPECT: \ " {http: // www.new.com / model / t / 1.0} custom:new \ "";
04-21-2010 07:59 AM
04-21-2010 08:16 AM
08-18-2010 10:01 AM
for each (asset in assets)
{
…
}
"my-action": ${item.enableMyAction?string}
These permissions allow show/mask each of the actions according to a condition.<action type="action-link" id="onActionMyAction" permission="my-action" label="actions.document.my-action" />
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.