Reserved Parameters

The Standard Parameter Mappings table below shows how standard parameter generators are mapped to the CMS based off fields in the Content Management System record.

Standard Parameter Mappings

CMS Type Parameter Name Mutable Notes Parameter Source Default Value
WCC dDocName N Holds the GUID for WCC. Must be < 30 characters and globally unique across the enterprise. Document Name Generator

Parameter Generator: WCC_DOCNAME

This is a SQL generator, basing the value on the DOCUMENT_CMS_SEQ sequence. Values are of the form OTM-nnnnnnnwhere nnnnnnn is the next sequence value left padded with zeroes.

dDocTitle N Holds the display name for the document. Documents sharing display name are stored as versions of a single document. Document Title Generator

If the document has an owner, a business number generator based on rule WCC_DOCTITLE.VERSIONS. This produces values of the form

OTM-ownerType owner-docType where ownerType and owner are the business object type and GID of the owner. E.g. SHIPMENT S2013-11-23-001. The docType is the document type. E.g. BILL OF LADING. Note that this default value assumes the CMS has versioning support.

If the document has no owner, OTM-documentGIDwhere documentGID is the ID of the document record.

dDocAccount Y Only added if Use Accounts is checked. Account must exist within WCC Account Generator The domain name of the document.
dDocAuthor Y User The user of the Content Management System. (Since WCC requires the dDocAuthor to be a valid WCC user, you cannot easily audit document activity via the logged in user. Activity can be tracked via domain (via the account). Alternatively, multiple Content Management Systems can point to the same CMS but with different CMS users. This gives more granularity to auditing.)
dSecurityGroup Y Security group must exist within WCC Security Group Secure
primaryFile N Used to determine to add the document to a WCC contribution folder Folder Type, Root Folder, Document Filename The specified folder and document filename.
CMIS (name) N Holds the cmis:name for CMIS. The required uniqueness of this parameter depends on the CMS. Name Generator

If the document has an owner, a business number generator based on rule CMIS_NAME.VERSIONS. This produces values of the form

OTM-ownerType owner-docType where ownerType and owner are the business object type and GID of the owner. E.g. SHIPMENT S2013-11-23-001. The docType is the document type. E.g. BILL OF LADING. Note that this default value assumes the CMS has versioning support.

If the document has no owner, OTM-documentGIDwhere documentGID is the ID of the document record.

(label) Y Holds the cmis:versionLabel of a document version for CMIS. Version Label Generator The document record ID.
(folder) N Holds the folder path for the CMIS document. Folder Type, Root Folder The specified folder and document filename.

Each of these standard parameters is driven by fields on the Content Management System Manager. They apply to every document stored with that CMS.