Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Item status is used to set status on presentation types. A status is defined as a date sorted list of states on a presentation type. Available statuses are defined in an xml config file and has a name, a value and a code. The current status of a presentation is the most resent added status, before "Now", on that presentation. So current status changes when time goes and a future status entry will automatically become active when its timestamp is passed.

Status may be used to filter presentations in the manager to create a work flow, and to select a sub set of presentations to be included at publish. Typically this function is used when exporting parts and other information to other systems.


Info

Version 4.3

This function is available in version 4.3 and later.

User interface

Status can be added to a presentation using the storage, but it may also be set when importing parts as XLS or any presentation when importing as XML.

 

The repository may be filtered using item status.

Image RemovedImage Added

At publish it is possible to select which status to include and publish function will only include those presentations in selected status. Selecting no status will make publisher inlcude all.

Image RemovedImage Added

Configuration

Available statuses

Available item status are defined in itemstatus.config located at C:\ProgramData\Signifikant\Assert\

If no items are defined, function will not be in use.

Image RemovedImage Added

Initial status

Initial status can be set on new presentations. The status will be set if presentation is imported using xml import, xls import or is manually created in the Manager. The initial status is defined in import.config with this xml. It can be decided per presentation base type if that type should have the initial status (or left empty).

Image RemovedImage Added

Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@1ecd09
showSpacefalse
sortmodified
typepage
reversetrue
labelsstatus item presentation presentationtype
cqllabel in ( "presentationtype" , "item" , "presentation" , "status" ) and type = "page" and space = "ASKB"


Page Properties
hiddentrue


Related issues