Representations only accessible for WTDocs and CADDRAWINGS
I have a bit of code that gets the representations of WTDocs and EPMDocuments. All was working well in Dev but in Test, I am seeing an odd behavior. Thank you
//Try to find and look in the default representation (most likely place)
Representation rep = RepresentationHelper.service.getDefaultRepresentation(doc);
if(rep != null) {
returned = processRep(fileExt, rep, ch);
}
When I ran that report on my test server, only EPMDocuments that are CAD Drawings are showing up with representations when I know that all other EPMDocuments have representations as well. Stumped here.

PS: Yes, representations for all items are functioning properly via UI and I can access them and see them in the interface. They do exist.

