To assign parameters to groups or users
1.Run EdAdmin4 and then, under Security, click Users and groups. This shows the Security Management listing.
2.Select a user or group, and then on the Action menu, click Edit.
3.Click the Parameters tab.
4.Click the button to add a new row to the Parameters table.
Note
Quite a lot of additional parameters may be required for automated procedures to work well.
You can assign parameters at two levels. Assign to a group all the parameters that are supposed to be the same for all users, the best choice is the Everyone group. This also requires that all the users are members of that group. Assign to a user then User specific parameters .
Technicalities
The following parameters are required by the wf_EventToEditorial workflow. eventToEditorialTitleStyle (string) This is used by the workflow wf_EventToEditorial. eventToEditorialStartDateStyle (string) This is used by the workflow wf_EventToEditorial. eventToEditorialArtFolderPath (string) Complete path of the destination folder where the article and its texts are created. Used if none of the 'artFolderId' and 'artFolderPath' workflow parameter are specified. eventToEditorialHeadFormatName (string) Name of the format to associate to the article headline. Used if none of the 'headFormatId' and 'headFormatName' workflow parameters are specified. eventToEditorialRegionPath (string) Path of the region to use to set the formats of the article head and body. It is in the format [title name]:[region name]. Used if none of the 'regionId' and 'regionPath' workflow parameters are specified. eventToEditorialBodyFormatName (string) Name of the format to associate to the article body. Used if none of the 'bodyFormatId' and 'bodyFormatName' workflow parameters are specified. |
The following parameters are required by the wf_AssetToEditorial workflow. assetToEditorialImgFolderPath (string) Specifies the path of the folder where to create the 'img' objects. assetToEditorialArtFolderPath (string) Specifies the path of the folder where to create the 'article' objects. assetToEditorialHeadFormatName (string) Name of the format to associate to the article headline. Used if none of the 'txtContextRef', 'headFormatId' and 'headFormatName' workflow parameters are specified. assetToEditorialBodyFormatName (string) Name of the format to associate to the article body. Used if neither articleContextRef, bodyFormatId nor bodyFormatName are specified. assetToEditorialRegionPath (string) Path of the region to use to set the formats of the article head and body. It is in the format [title name]:[region name]. Used if none of the 'regionRef', 'regionId' and 'regionPath' wf params are specified. assetToEditorialTypographyName (string) Name of the typography to use to set the formats of the article head and body. Used if the 'typographyName' workflow parameter is not specified. |
The following parameters are required by the wf_ImportDocuments workflow. importDocumentsRootFolderPath (string) Used by the ImportDocuments workflow. Path of the root destination folder. The documents and associated objects that are generated by the import are placed in folders under this one. |
The following parameters are required by the wf_Archive workflow. The parameters are listed in the A-Z order. archiveImgVariantName (string) Name of the img variant to archive. If this parameter is not specified ALL the variants are archived. If it is specified only the variant with that name is archived, and the archiving FAILS if such variant is not present. Some customers have a image workflow without wires and the images are created directly into the system as editorial images. These images are CMYK and they can also be in different formats, some of them, like EPS, quite heavy. The archive workflow is archiving those images as is. In order to be able to convert those kind of images into a lighter format we added the possibility to archive a variant. If not found the variant will be created. To use this functionality, create a new variant type to be used when archiving. The purpose is to change the color space and the format but not the size because the info about the image are not recomputed from the variant. Once the variant type is defined, add the parameter archiveImgVariantName to the user/group parameters assigning as value the name of the variant type you just created. archiveUseOriginal (boolean) If 'true' the system archives the original of the images used on page (e.g. the original wire photo). When set to 'false' the system archives directly the images that have been placed on the page / document. The default is 'true'. archiveKeepMetadata (boolean) A boolean, used by the Archive workflow. When GN4 is re-archiving the same picture (or audio or video), this flag indicates if overwriting the picture's metadata (false, default) or no archiveNewWorkstateName (string) Name of the new workstate to assign to the pages and external document that have been archived. archiveOutputDir (string) A string, used by the Archive workflow. Path of the output directory - if specified the workflow generates a ZIP containing all the data to be archived in the specified directory, instead than importing it directly in this same system. ArchivePagePreviewOptions (string) The name of the option to generate automatically for the archived page. This works since the version 2.0. See also Archiving and page thumbnails. archiveReadPageText (string) If true, the page's text is stored into the 'summary' attribute of the archived gn4:document, so it can be searched. Available from 2.0.2307.x. archiveRemCodes (string) Comma-separated list of 'rem' markup codes to be stripped from the output. archiveVariantName (string) Name of the page or document variant to archive. If this parameter is not specified ALL the variants are archived. If it is specified only the variant with that name is archived, and the archiving FAILS if such variant is not present. archiveWebComment (string) If set to 'All', all the comments of each archived article and story will be archived too. If set to 'None' or omitted (it is an optional parameter) no comments will be archived. Please re-import your schema and the following configuration and data files: Config\Data\GN4\securityScope_Default.xml Config\Global\GN4\wf_PDFVariantArchive.xml Config\Global\GN4\xsl_Archive.xslt Config\Global\GN4_Tark4_Common\xsl_html.xsl Config\Global\GN4_Tark4_Common\xsl_ImportDocumentsStory.xml archiveVersions (string) If set to 'All', all the old versions of each article and story that is archived will be archived. If set to 'Carbon' all the carbon copies of each articles and story that is archive will be archived. If set to 'None' or omitted (it is an optional parameter) no old versions will be archived. archiveWorkstateName (string) Name of the workstate of the pages and external document to archive.t (true)." /> importDocumentsRootFolderPath (string) Path of the root archive folder. See also |
adobePlugInDisabledTabs (string) Used by the Adobe Plug in to disable the tabs, use as 'editionsTab;foldersTab;' to disable editions Tab and folders Tab. The tabs are called 'editionsTab;foldersTab;searchTab;assignedTab;itemsOnPageTab;fullWebUITab' inDesignPlugInEnabledImport (boolean) Used by the Adobe InDesing Plug in to enable the import of InDesign documents. If 'true' imports from InDesign are allowed. |
HomePath (string) User's Home Folder path. It can be used to override the default home path, computed by default appending the 'cleaned' user name (no domain) to the users folder root path specific in PortalConfig. |