2022 June Release

Struct COOWF@1.1:NotificationEntryList Permanent link for this heading

This struct is used to configure notification.

Properties Permanent link for this heading

Type

Property

Name

SoftwareComponent

notdefcomponent

Software Component

boolean

notdefcurrentuserissender

Use Current User as Sender

Importance

notdefmailimportance

Importance

NotificationRecipient

notdefrecipient

Selection of Recipient

NotificationSending

notdefsending

Sending of Notification

boolean

notdefsubjaddsuiteprefix

Add Product Suite as Prefix to Subject

string[]

notdefsubjexpr

Mail Subject Expression

LanguageStringList[]

notdeftext

Notification Text

XSLTransformation

notdeftextxslt

XSL-Transformation for Notification Text

boolean

notdeftryevent

Try to Use Events

WorkFlowEventType

notdeftype

Notification Type

Properties Permanent link for this heading


Software Component (COOWF@1.1:notdefcomponent) Permanent link for this heading

This property defines the software component which suplies the configuration.

SoftwareComponent COOWF@1.1:notdefcomponent


Use Current User as Sender (COOWF@1.1:notdefcurrentuserissender) Permanent link for this heading

This property defines the current user should be displayed as the sender of the notification mail. Otherwise the default sender stored in the SMPT-Configuration will be used.

boolean COOWF@1.1:notdefcurrentuserissender


Importance (COOWF@1.1:notdefmailimportance) Permanent link for this heading

The importance of the sent mail can be defined. If no configuration is done mails are sent with importance SMTP_IMPORTANCE_NORMAL

Importance COOWF@1.1:notdefmailimportance


Selection of Recipient (COOWF@1.1:notdefrecipient) Permanent link for this heading

Defines the recipients of the notifcation

NotificationRecipient COOWF@1.1:notdefrecipient not null


Sending of Notification (COOWF@1.1:notdefsending) Permanent link for this heading

Defines the condition of the mail dispatch.

NotificationSending COOWF@1.1:notdefsending not null


Add Product Suite as Prefix to Subject (COOWF@1.1:notdefsubjaddsuiteprefix) Permanent link for this heading

If true and a custom subject is calculated using notdefsubjexpr the suit prefix (e.g. "Fabasoft Cloud Event:") will be added.

boolean COOWF@1.1:notdefsubjaddsuiteprefix


Mail Subject Expression (COOWF@1.1:notdefsubjexpr) Permanent link for this heading

This property defines an expression to calculate the subject of the notification mail.

The object of the process is passed into the Local Scope as variable object.

string[] COOWF@1.1:notdefsubjexpr (
  optional object object,
  optional ProcessInstance process,
  optional ActivityInstance activity,
  optional WorkFlowEventType notdeftype,
  optional datetime notdefdate)

Local Scope: dictionary
Returns: string

Name

Description

object

the object of the process

process

the process instance

activity

the current activity instance

notdeftype

the notification type for which the subject should be calculated

notdefdate

the date when the notification was triggered

Notification Text (COOWF@1.1:notdeftext) Permanent link for this heading

Defines the notification text

unique LanguageStringList[] COOWF@1.1:notdeftext not null


XSL-Transformation for Notification Text (COOWF@1.1:notdeftextxslt) Permanent link for this heading

This property defines an XSL-Transformation to format the body of the notification mail.

XSLTransformation COOWF@1.1:notdeftextxslt


Try to Use Events (COOWF@1.1:notdeftryevent) Permanent link for this heading

This property defines if an event in Fabasoft Component is preferred.

boolean COOWF@1.1:notdeftryevent not null


Notification Type (COOWF@1.1:notdeftype) Permanent link for this heading

This property defines for which notification type the a notification mail will be sent.

WorkFlowEventType COOWF@1.1:notdeftype not null