Dialog Activities

Dialogs Module

The appConnector Dialogs activities module contains activities for entering or viewing values during runtime or test runs of your project.

Activities

The table below shows the activities in the Dialogs module. The activities display the values when the project is run. Viewers activities are displayed when the workflow is run in debug mode.

Activity

Description

EditRecord

Edit the content of a source or target record (et with a InitializeSource a LookupRecord or a InitializeTarget activity)

EditWorkflowValues

Edit preselected workflow values (Arguments, Variables, Datafields (from source or target)

DisplayMessageBox

Shows a Message Box that can display workflow values or constants If Cancel clicked = ends execution, if Yes or OK Clicked returns Valid, If No Clicked returns Invalid

PromptForValue

Prompt the user for a value

ViewRuntimeRecords

Displays the current record (from all the sources and targets or from a selected one)

ViewRuntimeValues

Displays a selected set of values (can be datafields, arguments, variables…) and a selected record (source or target)

ViewRuntimeStatistics

Displays the Source and Target stats (Read, Update. Insert, Delete)

Last updated