09-15-2011 05:47 AM
09-15-2011 05:53 AM
case "incomplete":
filterQuery = "+PATH:\"" + parsedArgs.rootNode.qnamePath + "//*\"";
filterQuery += " AND (ISUNSET:\"{http://www.example.com/model/content/1.0}agreementNumber\"";
filterQuery += " ISUNSET:\"{http://www.example.com/model/content/1.0}myCompany\"";
filterQuery += " ISUNSET:\"{http://www.example.com/model/content/1.0}party\"";
filterQuery += " ISUNSET:\"{http://www.example.com/model/content/1.0}expirationDate\"";
filterQuery += " ISUNSET:\"{http://www.example.com/model/content/1.0}noticeTime\"";
filterQuery += ") "
break;
09-15-2011 06:55 AM
09-15-2011 07:09 AM
A missing mandatory property should not be possible. If the data model specifies the field as mandatory then a value must be specified.True, but if you have a custom type, and convert cm:content to that type, and forget to visit edit metadata page, you have document with mandatory properties not set. And those are the ones you want to find. Especially if you enable setting the document type in the upload dialog, and upload many documents at the same time.
09-27-2011 08:03 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.