So I have an interface that has links to documents that have been uploaded. However, the documents don't exist until after they've gone through a process model (or rather they're a temp file that you can't reference at that time). What I'd like to do is disable those links if the documents haven't been put into the system yet, but I am not sure how to check to see if the document exists in the system yet or not. Is there a function or something that can test a doc id to see if it's valid or not?
Discussion posts and replies are publicly visible
findcontentbyattribute( searchAllContent: true, contentType: "document", attributeName: "name", searchCriteria: "docName" )
findcontentbyattribute() is part of Content Tools plug-in, It should be available to most env. please do deploy if not.
I need to search by id as the name is not unique
getcontentobjectdetailsbyid(id)
I think I can work with this somehow. Just noticed a typo in the output though. Any idea who I'd report that to? The state for docs that haven't been published yet is, "State: Invactive Published"