2024 April Release

Class FSCCHANGERELEASEMGMT@1.1001:RequestForChange Permanent link for this heading

Request for Change Entry point for ITIL workflows (Change Management, Release Management, ...)

Class Hierarchy

Object > BasicObject > RequestForChange

Properties Permanent link for this heading

Type

Property

Name

WorkFlowResponsibleType[]

rfcwfresp

Current Workflow Responsibility

Actions Permanent link for this heading

Return Type

Signature

void

LogHistoryEvent(
  any type,
  optional object event,
  optional LanguageStringList[] description,
  optional datetime timestamp,
  optional object user,
  optional object group,
  optional object position,
  optional object substuser,
  optional DocState docstate,
  optional string[] args)

Properties Permanent link for this heading


Current Workflow Responsibility (FSCCHANGERELEASEMGMT@1.1001:rfcwfresp) Permanent link for this heading

WorkFlowResponsibleType[] FSCCHANGERELEASEMGMT@1.1001:rfcwfresp readonly volatile

Actions Permanent link for this heading


FSCFOLIO@1.1001:LogHistoryEvent Permanent link for this heading

This action can be called to store important events in the life time of an object.

Note: In batch mode and bulk load mode will no history events be recorded.
To force recording history events in batch and bulk load mode to the transaction variable TV_BATCHMODE_LOG_HISTORY can be used.

Hint: If some history events should not be recorded in the current transaction the transaction variable TV_SUPPRESSEDEVENTCATEGORIES can be used.

void FSCFOLIO@1.1001:LogHistoryEvent(
  any type,
  optional object event,
  optional LanguageStringList[] description,
  optional datetime timestamp,
  optional object user,
  optional object group,
  optional object position,
  optional object substuser,
  optional DocState docstate,
  optional string[] args)

Name

Description

type

The type of the event to be logged.

event

An object that is the main data of the event.

description

Obsolete. Multilingual string of the event, this should not be supplied any more.

timestamp

an optional timestamp when the history event occurred. If not set the coonow will be used

user

Optional. The user who initiated the event, if omitted the current user is used.

group

Optional. The group of the initiating user, if omitted the current group is used.

position

Optional. The position of the initiating user, if omitted the current position is used.

substuser

Optional. The user who substitutes the initiating user, if omitted the current substituting user is used.

docstate

Optional. The new docstate if business documents are modified.

args

Optional. Additional arguments for printing the description text of the event. These have to be expression language constants, i.e. 1,"text", 2010-01-30 12:00:00.