DPE WorkflowSystem 3.x

DbGetEntry

Gets entry metadata from a DigaSystem content database.

DbgetEntry.png

After reading the metadata into a variable you can access the metadata properties, e.g. "e.Title".

Properties

DbgetEntry_Properties.png

Input

Name

Description

Table

A DigaSystem table id, e.g. "vm-sql-digas\galileo". Often taken from workflow argument Arg_TableId.

EntryId

A DigaSystem entry id, e.g. 12345. Often taken from workflow argument Arg_EntryId.

Output

Name

Description

DbEntry

A variable of type David.Dpe.ContentSerivce.Entry which is used to return the entry metadata.

Also see Working With Variables


Example

Drag and drop the activity into a workflow.

DropDbGetEntry.png

Define a result variable with name e of type David.Dpe.ContentService.Entry (also see Working With Variables). Enter the variable name e into the activity field which specifies the variable for the result.

DbgetEntry_Sequence_Step2.png

Add a WriteLine activity to output the Title of the entry.

OutputTitleOfEntry.png