Publishing a document to SDx requires that the document have a revision.
Publishing tools can revise documents in SDx using tool revisions or SDx revisions.
-
For integration with SDx, the publishing tool’s SmartPlant Adapter method SupportsFeature must return True for the enumerated value SPFRevisions and FALSE for ToolRevisions. This indicates that the publishing tool uses SDx revisions and reserves the revision for a document before publishing the document.
If the tool returns True for ToolRevisions and SPFRevisions, it is considered an error.
This section describes the scenario where the tool’s SmartPlant Adapter method SupportsFeature returns True when SPFRevisions is passed which requires the tool to implement ISPAdapter2 interface in its SmartPlant Adapter.