Hi Community,
does anybody know, where TechDocs actually stores the documents native data? E.g. is it possible to read the individual titles, sections or text elements? I have seen that native xml content of the document is stored in the content property of ItemType tp_Block. Is this the only location where the TechDoc document itself is stored? Or are there another ItemTypes involved?
In the xml itself each entry has an own aras-id. But I wonder if this aras-id is really related to a existing item in the database?
I want to connect to tech docs from am external data source via REST. The external source shall check if document content is still valid and maybe also write TechDoc content.
In MPP we have individual items for Steps/Operation that store the data than will later render the process plan. Do we have something similar in TechDocs? Or do I need a separate ItemType to store these kind of content, so we later can use the data to generate the TechDoc from these item data?
Thanks for any help!
Angela