Will $().SPServices.SPDisplayRelatedInfo (or autocomplete) ever return custom folder content types and their respective metadata? I have tried everything under the sun to get the folder content type (in my case it is a custom folder content type) to return with its metadata, from the same document library it is intiated from. I have tried both matching on ID or not ID, on 'Title' or 'Name' (name column is always undefined for some reason, so have to use title). I have tried including the CAML querie to only include Folders. I have tried using a view that only has those content types displayed as the 'relatedWebURL'.
Also can $().SPServices.SPDisplayRelatedInfo work on the same list from which the source field is used?
Essentially I am trying to bring in Metadata from different levels of folders (Parant and Grand parent folders) so that I can apply them to the document, at upload time. I am only in a MOSS non-enterprise environment.
Also can $().SPServices.SPDisplayRelatedInfo work on the same list from which the source field is used?
Essentially I am trying to bring in Metadata from different levels of folders (Parant and Grand parent folders) so that I can apply them to the document, at upload time. I am only in a MOSS non-enterprise environment.