Adding Comments - EIS Workflow Messaging - Foundation 24.1 - Foundation 24.1 - Ready - OnBase - external - OnBase/EIS-Workflow-Messaging/Foundation-24.1/EIS-Workflow-Messaging/Configuration/Message-Item-Types/Using-the-Expression-Field/Option-Expression/Adding-Comments - 2024-03-25

EIS Workflow Messaging

Platform
OnBase
Product
EIS Workflow Messaging
Release
Foundation 24.1
License

You can add comments to expressions. Both single line and multi-line comments can be added to expressions.

To add a single line comment to an expression, add // where you want the comment to begin. All of the characters after the // to the end of the line will be included in the comment.

To add a multi-line comment to an expression, add /* where you want the comment to begin. You can add multiple lines to the comment. To close the comment, add */ to the end of the comment. You can continue the expression after the comment.