03-02-2009 06:15 AM
SELECT myModel_customProperty
FROM myModel_customContentType
WHERE (IN_TREE('myFolder'));
SELECT *
FROM myModel_customContentType
WHERE (IN_TREE('myFolder') AND (myModel_customProperty = 'x'));
SELECT *
FROM myModel_customContentType
WHERE (IN_TREE('myFolder') AND (myModel_customProperty LIKE 'x'));
05-05-2009 05:29 AM
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.