Invoke Form - Body
- Last UpdatedJun 26, 2024
- 4 minute read
Body Property Window
You can specify a message Body for the Invoke Form work item assignment in this property window. To access this window, click the button in the 'Body' property.

The window has a text editor to enter the body text. You can do this either by entering a discrete value directly in the text editor or by using the Field controls at the top of the window. These controls are described below:
-
The Value type drop down - You can select the type of value here. You can specify Variable, Content, Value, or XMLVariables here.
-
The Value text box/ drop down - You can specify the actual value of the message body. The control displayed depends on the option selected in the first drop down. If you had selected "Value", it will display a text box here. You can enter the body text in this box. If you had selected "Variable", "Content", or "XMLVariables", there will be a drop down instead of the field. This drop down will have the variable collection or content collection or XMLVariables collection from which you can select an appropriate option to assign the body.
-
Append - You can click this button to add the specified value, variable or content to the text editor.
You can specify the body using a combination of discrete value and variable or content. For example, in the image above, the body message entered is "Hi, Please approve the leave application submitted by <%#Variable.SubmittedBy.name%>". Here the string "Hi, Please approve the leave application submitted by" has been typed directly in the text editor. The second half of the body is a placeholder, which will be replaced by the variable value during run-time. This has been added by selecting the appropriate variable option from the Field drop down and clicking Append.
The text tool bar above the text editor allows you to manage and format the body text. It has the following text tools –
-
Cut (Ctrl+X) - to cut text
-
Copy (Ctrl+C) - to copy text
-
Paste (Ctrl+V) - to paste text
-
Undo (Ctrl+Z) - to undo the last action
-
Redo (Ctrl+Y) - to redo the last action
-
Repeat Last Command (F4) - to repeat the last command that was executed
It also has the following formatting and other tools –
-
Bold (Ctrl+B) - to make text bold
-
Italic (Ctrl+I) - to italicize text
-
Underline (Ctrl+U) - to underline text
-
Font Name - to select the font for the body
-
Size - to specify the font size
-
Paragraph Style - to select a paragraph style
-
Zoom - to zoom in and zoom out the view
-
Foreground Color - to set text color
-
Background Color - to set the background color
-
Print - to print the text
At the bottom of the window you will find the following buttons:
-
Update - You can click this button to save the body message.
-
Close - You can click this button to close this window.
To compose the body text, do the following steps:
-
Body: Click the edit icon to open the Body property window.
-
Compose the body text.
-
To get a direct link to the AVEVA Work Tasks Form as an email, click Enterprise Console Explorer(plug-in) icon to select the required URL and then click Select as shown in the following figure. See ResourceSet - Subject for more information.

The composed mail is shown in the following figure
The above composed mail will be displayed both in Email as well as in the Work item Details View page.
Note: If you do not want to display the above composed mail, Click Here text information in the Work items Details View page, then enclose the above text within "<!== ==>" as shown below.
<!==
Hi Sam,
You have received this mail because John has applied leave for approval.
<%EnterpriseConsole, LocalURL,Client-1%> to view the details.
Regards,
Administrator
==>-
Click Update of the Body window property to save the contents.
-