Forum Discussion
SOE_Tech
Aug 30, 2022Brass Contributor
Starting with Syntex - Hierachy Question
Hey everyone, i am currently trying to establish a contract management system in Sharepoint Syntex and I am a bit lost. We implemented Office 365 and still struggle with setting up the Sharepoint...
- Sep 01, 2022Document understanding models that you create in the content center do not need to be applied to the document library in the content center but are applied (as you mentioned above) to other document libraries. Let me see if I can summarize:
You create the model for "Contracts" in the content center. Once your model is tested and ready to publish, you publish the model to the Finance Document Library for your finance user. Document Understanding models are deployed to a document library (not a folder although that may be a nice feature request for the future). The finance user will upload content to the folder and those documents will be evaluated by Syntex and the Contracts model applied if it matches the classification tests for the model and then the metadata extracted.
If you have more than one model applied to a library, all of the models are evaluated in parallel and if multiple models match the content the one with the highest classification score will be used.
If you want to apply a model to multiple document libraries, that is also possible for Document Understanding Models. Just publish the model to multiple libraries and you are good to go.
For your second question about a "listing or view", you can always use the contentype to return the content that matches (e.g., one view for Purchase that returns PurchseContracts and another for Finance that returns FinanceContracts) if I understand your meaning. These are not permissioned views though but more of a filter. If you want to have permissions, have one folder for each ContentType and either have people upload to the right folder or us a Flow to move the document to the right folder with metadata after it is classified and extracted by Syntex.
Hope this helps.
Mario_Fulan
Sep 01, 2022Iron Contributor
Document understanding models that you create in the content center do not need to be applied to the document library in the content center but are applied (as you mentioned above) to other document libraries. Let me see if I can summarize:
You create the model for "Contracts" in the content center. Once your model is tested and ready to publish, you publish the model to the Finance Document Library for your finance user. Document Understanding models are deployed to a document library (not a folder although that may be a nice feature request for the future). The finance user will upload content to the folder and those documents will be evaluated by Syntex and the Contracts model applied if it matches the classification tests for the model and then the metadata extracted.
If you have more than one model applied to a library, all of the models are evaluated in parallel and if multiple models match the content the one with the highest classification score will be used.
If you want to apply a model to multiple document libraries, that is also possible for Document Understanding Models. Just publish the model to multiple libraries and you are good to go.
For your second question about a "listing or view", you can always use the contentype to return the content that matches (e.g., one view for Purchase that returns PurchseContracts and another for Finance that returns FinanceContracts) if I understand your meaning. These are not permissioned views though but more of a filter. If you want to have permissions, have one folder for each ContentType and either have people upload to the right folder or us a Flow to move the document to the right folder with metadata after it is classified and extracted by Syntex.
Hope this helps.
You create the model for "Contracts" in the content center. Once your model is tested and ready to publish, you publish the model to the Finance Document Library for your finance user. Document Understanding models are deployed to a document library (not a folder although that may be a nice feature request for the future). The finance user will upload content to the folder and those documents will be evaluated by Syntex and the Contracts model applied if it matches the classification tests for the model and then the metadata extracted.
If you have more than one model applied to a library, all of the models are evaluated in parallel and if multiple models match the content the one with the highest classification score will be used.
If you want to apply a model to multiple document libraries, that is also possible for Document Understanding Models. Just publish the model to multiple libraries and you are good to go.
For your second question about a "listing or view", you can always use the contentype to return the content that matches (e.g., one view for Purchase that returns PurchseContracts and another for Finance that returns FinanceContracts) if I understand your meaning. These are not permissioned views though but more of a filter. If you want to have permissions, have one folder for each ContentType and either have people upload to the right folder or us a Flow to move the document to the right folder with metadata after it is classified and extracted by Syntex.
Hope this helps.
- SOE_TechSep 02, 2022Brass Contributor
First of all thank you very much for your answer and time to reply to this.
I just managed to get the second content center and start from scratch (it is a testing enviorment).
I just created two different models - one for contracts one for invoices. From what i gather i would now share the contract model with our legal department and they in return apply it to their library.
Now where does that information show up in the end? I let the model run trough and i saw that my sharepoint now has a column "classification" but that remains empty despite the same contract in the training gets labeled/classified correctly.
Also; Is there a central "hub" for the results to be returned to?
At the end of the day the main goal is to have "somewhere" all the information is available at a glance ( a list) and not by me going trough each and single library, as i for example want to put reminders in place to warn me that a contract runs out.
This centralized view works for the "invoices" which i uploaded to Syntex Content Center but not for the ones i have uploaded somewhere in the library. It just adds the infos there.
- Mario_FulanSep 02, 2022Iron ContributorThe central content center contains information about the models and where they are used but not the metadata and content for the documents processed. The best way to do that is by using a search webpart using the various content types that match your models.
- SOE_TechSep 06, 2022Brass ContributorJust as a question - i tried looking for the "search webpart" but couldnt find it. Also the german and english help page for that didnt provide the information of "where to find it".
Would you be so kind to point out how to add that kind of webpart?