reminder define

Available for: Content Management Server

Task: Creates a reminder date using the specified parameters.

Syntax:

reminder define {parameter value}

Function parameters:

  • parameter can be one of the following values:
    • objectId: ID of the file for which the reminder is to be created.
    • from: The reminder date in the 14-place date format (see example).
    • users: The list of the users for which the reminder is to be created.
    • groups: The list of the groups for which the reminder is to be created.
    • comment: An optional comment for the reminder (e.g. hints for the editor).
  • value contains the value of the parameter.

Return value if successful: none.

Required permissions: Write permission for the specified file.

Example:

CM> reminder define objectId 2016 from 20101221080000 \
users {"smith"} comment "update slogan"