Jump to: navigation, search

Difference between revisions of "Activity:CreateOLERow (Activity)"


(See also)
(See also)
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
The CreateOLERow activity creates a new row within an OLE compliant data source. It is typically nested within a [[Activity:CreateOLESQLScope (Activity)|CreateOLESQLScope]], a [[Activity:CreateOLEOracleScope (Activity)|CreateOLEOracleScope]] or a [[Activity:CreateOLEExcelScope (Activity)|CreateOLEExcelScope]] activity.
+
The CreateOLERow activity creates a new row within an OLE compliant data source. It is typically nested within a [[Activity:CreateOLETableScope (Activity)|CreateOLETableScope]].
  
 
=Description=
 
=Description=
Line 26: Line 26:
  
 
===Usage===
 
===Usage===
This activity is used to create a single row within a valid OLE table scope. The '''table accessed''' is hereby determined by the '''name of the Activity''', also accessible via the argument ''DisplayName''.
+
This activity is used to create a single row within a valid OLE table scope.
  
 
=Example=
 
=Example=
 
===Excel document===
 
===Excel document===
[[File:UI_Activity_CreateOLERow_Excel.png]]
+
[[File:UI_Activity_CreateOLERow_Excel.png|border|CreateOLERow]]
 +
[[File:UI_Activity_CreateOLERow_Arguments_Excel.png|border|CreateOLERow Arguments]]
  
 
<headertabs />
 
<headertabs />
Line 37: Line 38:
 
* [[Workflow Designer]]
 
* [[Workflow Designer]]
 
* [[Activity:CreateOLETableScope (Activity)]]
 
* [[Activity:CreateOLETableScope (Activity)]]
 +
* [[Activity:EditOLERow (Activity)]]
 +
* [[Activity:EditOLEValue (Activity)]]
  
[[Category:OLE]]
+
[[Category:OLE|CreateOLERow (Activity)]]

Latest revision as of 07:58, 11 April 2018

The CreateOLERow activity creates a new row within an OLE compliant data source. It is typically nested within a CreateOLETableScope.

[edit]

Description

Create OLE Row
Name CreateOLERow
Purpose Create a single row via OLE
Category UBIK Data Exchange
Returns True if successful
Version 2.4.1+

Arguments

Argument Type Direction Purpose
DataRow DataRow Out Created row
DisplayName String In Name of activity
Result Boolean Out True if successful, false if failed

Usage

This activity is used to create a single row within a valid OLE table scope.

Example

Excel document

CreateOLERow CreateOLERow Arguments

See also